mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
Fixes #336 - Enabale treesitter indent for Python
Tested in my local configuratoin. Indenting works great.
This commit is contained in:
2
init.lua
2
init.lua
@@ -295,7 +295,7 @@ require('nvim-treesitter.configs').setup {
|
|||||||
auto_install = false,
|
auto_install = false,
|
||||||
|
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true, disable = { 'python' } },
|
indent = { enable = true },
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user