styles and treesitter config update

This commit is contained in:
Vladan Popovic 2024-01-02 01:43:10 +01:00
parent 253d536ba4
commit 4496f44c49
3 changed files with 13 additions and 28 deletions

View file

@ -3,15 +3,19 @@ require('nvim-treesitter.configs').setup {
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting=false,
additional_vim_regex_highlighting=true,
},
ident = {
enable = true,
},
rainbow = {
incremental_selection = {
enable = true,
extended_mode = false,
max_file_lines = nil,
keymaps = {
init_selection = "gnn", -- set to `false` to disable one of the mappings
node_incremental = "grn",
scope_incremental = "grc",
node_decremental = "grm",
},
}
}