from packer to lazy
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
require('nvim-treesitter.configs').setup {
|
||||
highlight = {
|
||||
enable = true,
|
||||
-- additional_vim_regex_highlighting = false
|
||||
additional_vim_regex_highlighting = true
|
||||
},
|
||||
-- Nvim Treesitter configurations and abstraction layer
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
enabled = true,
|
||||
lazy = false,
|
||||
priority = 40,
|
||||
build = ':TSUpdate',
|
||||
opts = {
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user