mirror of
https://github.com/tcaxle/kickstart.nvim.git
synced 2025-03-26 20:21:55 +00:00
Fixes #336 - Enabale treesitter indent for Python
Tested in my local configuratoin. Indenting works great.
This commit is contained in:
parent
cdaa750c86
commit
e6cb90b2b3
2
init.lua
2
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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user