This is my own personal Neovim configuration, inspired by my dog Curry. I've kept things lightweight and simple while still maintaining useful features such as LSP functionality and Github Copilot, which I use in my day-to-day work. Feel free to try it out for yourself or make suggestions, I'd love to hear feedback.
-
Make sure you have the latest version of Neovim installed.
-
Make sure you have a proper Nerd Font installed and enabled in your terminal.
-
Remove your current Neovim directory. I recommend not fully deleting it, just in case you decide to revert back to Neovim's default configuration.
Run the following command in your terminal emulator to clone Neovim-Curry into your nvim directory.
git clone https://github.com/anazworth/Neovim-Curry.git ~/.config/nvim
In your terminal emulator, run 'nvim'. Then, in nvim, type:PlugInstall
If you do not have access to Github Copilot, you can go to "plugins.lua" and comment out
"github/copilot.vim"