Merge pull request #337 from nvim-lua/enable_python_indent
This commit is contained in:
commit
5125fd927a
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -312,7 +312,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