mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 08:06:41 -07:00
disable treesitter indent and re-enable smartindent
This commit is contained in:
parent
b768459ccf
commit
87a0613402
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ return {
|
|||
auto_install = true,
|
||||
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
indent = { enable = false },
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue