Fixes #336 - Enabale treesitter indent for Python

Tested in my local configuratoin. Indenting works great.
This commit is contained in:
Chris Patti 2023-06-07 20:41:30 -04:00
parent cdaa750c86
commit e6cb90b2b3
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ require('nvim-treesitter.configs').setup {
auto_install = false,
highlight = { enable = true },
indent = { enable = true, disable = { 'python' } },
indent = { enable = true },
incremental_selection = {
enable = true,
keymaps = {