Update docs

This commit is contained in:
Ryan 2023-11-11 12:12:57 +08:00
parent 284511be86
commit beca3b8c5b
Signed by: juan
GPG Key ID: 807ECD28A698D245
1 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
## Nvim.config
# Nvim.config
Neovim config, using lua and lazy.nvim
Minimalistic neovim config, with full LSP and TS support and completion
Optimized for speed and stability.
The package manager is Lazy.nvim
## Minimalistic
Use lua plugins when possible, lazy load and byte-compile when possible, use neovim builtin features when possible.