nvim-reload VS dot-nvim

Compare nvim-reload vs dot-nvim and see what are their differences.

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
nvim-reload dot-nvim
13 6
76 -
- -
5.2 -
almost 3 years ago -
Lua
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nvim-reload

Posts with mentions or reviews of nvim-reload. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-08.

dot-nvim

Posts with mentions or reviews of dot-nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-15.
  • I cannot replace VS Code
    15 projects | /r/neovim | 15 Oct 2021
    Lastly, if you want to use a configuration for reference, you can take a look at my dotfiles for Neovim.
  • I configured a fully functioning reload command for Neovim
    1 project | /r/neovim | 19 Apr 2021
    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
  • Neovim config showcase
    6 projects | /r/neovim | 15 Apr 2021
    git clone https://gitlab.com/famiu/dot-nvim ~/.config/nvim
  • I built my own customizable statusline
    2 projects | /r/neovim | 12 Apr 2021
    But basically it has a very galaxyline-like configuration system except there's a lot more options. I've been contemplating turning it into a plugin but I don't really have the energy to maintain one. Anyway, enough talk, the statusline is part of my neovim dotfiles, located in: https://gitlab.com/famiu/dot-nvim/-/tree/master/lua/statusline
  • Anyone has a good minimal dot file for neovim optimized for python written in lua?
    2 projects | /r/neovim | 4 Apr 2021
    Feel free to check out my Neovim dotfiles: https://gitlab.com/famiu/dot-nvim

What are some alternatives?

When comparing nvim-reload and dot-nvim you can also consider the following projects:

nvim-lua

feline.nvim - A minimal, stylish and customizable statusline for Neovim written in Lua

plenary.nvim - plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

nvim-tree.lua - A file explorer tree for neovim written in lua

auto-session - A small automated session manager for Neovim

which-key.nvim - 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

nix-dotfiles - A graveyard of broken dreams.

vim-code-dark - Dark color scheme for Vim and vim-airline, inspired by Dark+ in Visual Studio Code

quick-scope - Lightning fast left-right movement in Vim

nvim - My Neovim config - windvim

dotfiles