dot-nvim VS nix-dotfiles

Compare dot-nvim vs nix-dotfiles 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
dot-nvim nix-dotfiles
6 10
- 153
- -
- 6.8
- over 2 years ago
Lua
- -
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.

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

nix-dotfiles

Posts with mentions or reviews of nix-dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-27.

What are some alternatives?

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

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

nvim-lspconfig - Quickstart configs for Nvim LSP

nvim-reload - Plugin to easily reload your Neovim config

neovim-rust - Sample neovim and vim configurations for Rust development

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

typescript-language-server - TypeScript & JavaScript Language Server

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.

coc-metals - Deprecated in favor of scalameta/nvim-metals

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

LanguageClient-neovim - Language Server Protocol (LSP) support for vim and neovim.

dotfiles

nvim-compe - Auto completion Lua plugin for nvim