From beca3b8c5b58aa928d8bb4aa5d75ee42261c67ed Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 11 Nov 2023 12:12:57 +0800 Subject: [PATCH] Update docs --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a6b3cb..7270ac8 100644 --- a/README.md +++ b/README.md @@ -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.