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 = {
|
highlight = {
|
||||||
enable = true, -- false will disable the whole extension
|
enable = true, -- false will disable the whole extension
|
||||||
},
|
},
|
||||||
indent = {
|
-- indent = {
|
||||||
enable = true
|
-- enable = true
|
||||||
},
|
-- },
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue