Minimalistic but fully functional Neovim config, with full LSP and TS support and completion
Use lua plugins whenever possible, lazy load whenever possible, use Neovim builtin features whenever possible.
Never override default keymap with different functionality.
Install requires latest Neovim release. Always review the code before installing a configuration.
Clone the repository and install the plugins:
git clone [email protected]:rywng/config.nvim ~/.config/rywng/config.nvim
NVIM_APPNAME=rywng/config.nvim/ nvim --headless +"Lazy! sync" +qa
Open Neovim with this config:
NVIM_APPNAME=rywng/config.nvim/ nvim
This readme was generated by Dotfyle, with modification from Ryan Wong.