enable lsp + a bunch of other things

This commit is contained in:
2025-11-15 23:40:52 -05:00
parent 5f6a4907f3
commit 4c1a71c1df
11 changed files with 63 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ vim.o.smartcase = true
-- use vim
--vim.o.expandtab = true -- convert tab to spaces
--vim.o.shiftwidth = 4
vim.o.expandtab = true -- convert tab to spaces
vim.o.shiftwidth = 4
vim.o.cursorline = true