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

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