Minimal neovim configuration written in Lua.
Based on the kickstart config
Packages are managed by lazy.vim, which will be automatically installed on the first startup of neovim, along with all the plugins and language servers.
If you have a curernt installation, or experience any issues, try deleting the local cache and starting again:
rm -rf $HOME/.local/share/nvim
- neovim 0.9+
- Python 3 and pip installed
pip install pynvim
- NodeJS and npm installed
node i -g neovim
- xsel, xclip or other clipboard manager installed
- ripgrep and fzf for treesitter.