Skip to content

Commit

Permalink
Merge pull request nvim-lua#337 from nvim-lua/enable_python_indent
Browse files Browse the repository at this point in the history
  • Loading branch information
feoh authored Jun 8, 2023
2 parents 5e4d24c + e6cb90b commit 5125fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5125fd9

Please sign in to comment.