My neovim config.
Go to file
2024-07-04 20:17:12 +08:00
lua fix(nvim-cmp): Remove jump_or expand for better predictability 2024-07-04 19:43:45 +08:00
spell chore(dictionary): Add dictionary 2024-07-04 20:17:12 +08:00
.gitignore Update netrw and games 2023-11-23 15:24:50 +08:00
init.lua update pairs, and update vscode integration 2023-12-29 14:20:01 +08:00
lazy-lock.json fix(nvim-cmp): Remove jump_or expand for better predictability 2024-07-04 19:43:45 +08:00
README.md docs(README): Update docs 2024-06-30 12:16:48 +08:00

config.nvim/

Minimalistic but fully functional neovim config, with full LSP and TS support and completion

Use lua plugins when possible, lazy load and byte-compile when possible, use neovim builtin features when possible.

Never override default keymap with different functionality.

Install Instructions

Install requires Neovim 0.9+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

git clone git@github.com: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