[nvim] disable treesitter indent for now

works badly in python generally autoindent worked fine for me
This commit is contained in:
odrling 2021-03-25 02:58:17 +01:00
parent 7a9817a8ce
commit a9088da768

View file

@ -27,13 +27,13 @@ require'nvim-treesitter.configs'.setup {
EOF
" indentation
lua <<EOF
require'nvim-treesitter.configs'.setup {
indent = {
enable = true
}
}
EOF
" lua <<EOF
" require'nvim-treesitter.configs'.setup {
" indent = {
" enable = true
" }
" }
" EOF
set foldmethod=expr
set foldexpr=nvim_treesitter#foldexpr()