mirror of
https://github.com/tcaxle/kickstart.nvim.git
synced 2025-03-26 20:21:55 +00:00
Merge pull request #337 from nvim-lua/enable_python_indent
This commit is contained in:
commit
5125fd927a
2
init.lua
2
init.lua
@ -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…
x
Reference in New Issue
Block a user