Fixes #336 - Enabale treesitter indent for Python
Tested in my local configuratoin. Indenting works great.
This commit is contained in:
parent
cdaa750c86
commit
e6cb90b2b3
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue