mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 16:16:42 -07:00
treesitter and indent updates
This commit is contained in:
parent
d184855eb2
commit
c182511558
2 changed files with 14 additions and 3 deletions
2
init.lua
2
init.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue