mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
update: nvim: disable treesitter indent
This commit is contained in:
parent
d21ca81abe
commit
4432fd2ea5
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ require 'nvim-treesitter.configs'.setup {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
indent = {
|
indent = {
|
||||||
enable = true,
|
enable = false,
|
||||||
},
|
},
|
||||||
matchup = {
|
matchup = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue