I configured a fully functioning reload command for Neovim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dot-nvim

  • So recently, I managed to make fully functioning reload and restart commands for Neovim. What they do is reload your config or "restart" (reload + VimEnter autocmd) Vim. It does that by using plenary.nvim and its amazing scan_dir function to automatically unload all lua modules, load your init.lua (doesn't work with init.vim) and then source all your plugin files. Here's the relevant part of the config that does it: https://gitlab.com/famiu/dot-nvim/-/blob/master/lua/utils.lua#L1-83

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project