This neovim configuration was heavly inspired by the LazyVim neovim configuration.
- 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.10.0
- Git
- RipGrep
- fzf
- Jetbrains Mono Nerd Font (optional)
- 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!