Merge pull request #337 from nvim-lua/enable_python_indent

pull/339/head^2
Chris Patti 12 months ago committed by GitHub
commit 5125fd927a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save