mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-01 15:39:20 +00:00
Fix
This commit is contained in:
parent
fda9fed987
commit
6f8bb800a8
1 changed files with 4 additions and 7 deletions
|
@ -17,11 +17,8 @@ require("nvim-treesitter.configs").setup({
|
|||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
rainbow = {
|
||||
enable = true,
|
||||
extenden_mode = true,
|
||||
extended_mode = true,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue