This neovim configuration was at first inspired by LazyVim for nvim 0.8 so a lot of the directory structure is the same. But that was a long time ago now so there is really nothing in common between them anymore.
- The 💤lazy.nvim plugin manager.
This config uses the built in lsp as its autocompletion with luasnip for snippets.
I am using a modified monokai pro theme based from the monokai.nvim vim colorscheme.
- Neovim >= 0.11.0
- Git
- RipGrep
- fzf
- Jetbrains Mono Nerd Font (You can use any Nerd Font font)
- I would recommend to install GWSL for its clipboard sync feature
- Make a backup of your previous neovim config
git clone
this repository into your neovim config path (Linux:~/.config/nvim
, Windows:C:\Users\[Your Name]\AppData\Local\nvim
)- Start neovim and wait
- 🎉 Congratulations you now have my configuration installed!