Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.14 KB

config.nvim/

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 Instructions

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.