diff options
author | Chris Patti <feoh@feoh.org> | 2023-06-07 21:46:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 21:46:49 -0400 |
commit | 5125fd927a6211a8fa2069780bb0afbe9bac9fb3 (patch) | |
tree | 71dd8895493c7c97cf1cc9ee249a8ee1b3369bc6 /init.lua | |
parent | 5e4d24cb2faf37d341bc906affcc2cac21919c51 (diff) | |
parent | e6cb90b2b33127dafdee351cc84a1d4ae06ce71f (diff) |
Merge pull request #337 from nvim-lua/enable_python_indent
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |