aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2023-06-07 20:41:30 -0400
committerChris Patti <feoh@feoh.org>2023-06-07 20:41:30 -0400
commite6cb90b2b33127dafdee351cc84a1d4ae06ce71f (patch)
tree8fb3b87817b5ff06158421b44b30f22dfc0d39e5 /init.lua
parentcdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9 (diff)
Fixes #336 - Enabale treesitter indent for Python
Tested in my local configuratoin. Indenting works great.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 5e9e567..200bfe7 100644
--- a/init.lua
+++ b/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 = {