nvimrc: tweak treesitter config

This commit is contained in:
Rob Watson 2021-10-10 20:41:13 +02:00
parent ccb96ec5ec
commit 1b8647bfcf
1 changed files with 1 additions and 0 deletions

1
nvimrc
View File

@ -510,6 +510,7 @@ require 'nvim-treesitter.configs'.setup {
enable = true, enable = true,
}, },
indent = { indent = {
-- enabling breaks autoindent:
enable = false, enable = false,
}, },
textobjects = { textobjects = {