Merge pull request #337 from nvim-lua/enable_python_indent

This commit is contained in:
Chris Patti 2023-06-07 21:46:49 -04:00 committed by GitHub
commit 5125fd927a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {