treesitter and indent updates

This commit is contained in:
Salar Rahmanian 2024-10-06 23:00:23 -07:00
parent d184855eb2
commit c182511558
2 changed files with 14 additions and 3 deletions

View file

@ -48,7 +48,7 @@ else
vim.o.breakindent = true
-- smart indenting
vim.o.smartindent = false
vim.o.smartindent = true
-- Save undo history
vim.o.undofile = true