nvim: lazy-nvim

This commit is contained in:
2024-03-02 15:12:36 +01:00
parent 5dda99f71b
commit e7787db9f8
3 changed files with 76 additions and 26 deletions

View File

@@ -11,4 +11,3 @@ opt.shiftwidth = 2 -- Size of an indent
opt.smartindent = true -- Insert indents automatically
opt.spelllang = { "en" }
opt.tabstop = 2 -- Number of spaces tabs count for