include loading of treesitter hlgroups
This commit is contained in:
parent
da85f7fbcd
commit
48f1bb702d
@ -104,6 +104,7 @@ M.base46 = {
|
||||
"nvimtree",
|
||||
"statusline",
|
||||
"syntax",
|
||||
"treesitter",
|
||||
"tbline",
|
||||
"telescope",
|
||||
"whichkey",
|
||||
|
@ -77,6 +77,7 @@ local default_plugins = {
|
||||
end,
|
||||
config = function(_, opts)
|
||||
dofile(vim.g.base46_cache .. "syntax")
|
||||
dofile(vim.g.base46_cache .. "treesitter")
|
||||
require("nvim-treesitter.configs").setup(opts)
|
||||
end,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user