disable treesitter indent and re-enable smartindent
This commit is contained in:
parent
b768459ccf
commit
87a0613402
2 changed files with 2 additions and 2 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
|
||||
|
|
|
@ -58,7 +58,7 @@ return {
|
|||
auto_install = true,
|
||||
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
indent = { enable = false },
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
|
|
Loading…
Reference in a new issue