refactor(nvim): disable treesitter in org
This commit is contained in:
parent
d66860e88c
commit
e9cf73c266
@ -169,7 +169,7 @@ return {
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
disable = { "lua" },
|
||||
disable = { "lua", "org" },
|
||||
},
|
||||
playground = {
|
||||
enable = true,
|
||||
|
Loading…
Reference in New Issue
Block a user