refactor(nvim): disable treesitter in org

This commit is contained in:
Price Hiller 2023-10-30 09:46:50 -05:00
parent d66860e88c
commit e9cf73c266
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -169,7 +169,7 @@ return {
},
indent = {
enable = true,
disable = { "lua" },
disable = { "lua", "org" },
},
playground = {
enable = true,