My Neovim config for Windows and Linux.
Install:
neovim
git
fd
ripgrep
git
Clone the repository:
git clone [email protected]:rmarquis/nvim.git $HOME/.config/nvim
git clone git@github.com:rmarquis/nvim.git $HOME/AppData/Local/nvim
Built-in.
Category | Plugins |
---|---|
plugin manager | lazy |
editing support | autopairs |
comment | todo-comments |
fuzzy finder | telescope, telescope-ui-select |
git | gitsigns |
indent | indent-blankline |
keybinding | which-key |
startup | dashboard |
statusline | lualine |
tabline | bufferline |
theme | nightfox (nordfox variant) |
Projects:
Videos:
- From 0 to IDE in NEOVIM from scratch by typecraft
- Full Neovim Setup from Scratch in 2025 by Henri Misc
- The Only Video You Need to Get Started with Neovim by TJ DeVries