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