diff options
Diffstat (limited to '.config/nvim/lua/user/plugins/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/user/plugins/treesitter.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/lua/user/plugins/treesitter.lua b/.config/nvim/lua/user/plugins/treesitter.lua index 44cf008..405be2d 100644 --- a/.config/nvim/lua/user/plugins/treesitter.lua +++ b/.config/nvim/lua/user/plugins/treesitter.lua @@ -1,7 +1,7 @@ require('nvim-treesitter.configs').setup { - indent = { - enable = true, - }, + -- indent = { + -- enable = true, + -- }, highlight = { enable = true, disable = { 'NvimTree' }, |
