nvim: remove treesitter indent
This commit is contained in:
parent
a0c5b3542f
commit
1f4945bdc9
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@ M.treesitter = function()
|
|||
highlight = {
|
||||
enable = true, -- false will disable the whole extension
|
||||
},
|
||||
indent = {
|
||||
enable = true
|
||||
},
|
||||
-- indent = {
|
||||
-- enable = true
|
||||
-- },
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
|
|
Loading…
Add table
Reference in a new issue