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