bootstrap base46 before lazy
fix https://github.com/NvChad/base46/issues/166
This commit is contained in:
parent
ed03799697
commit
609000db5b
3 changed files with 21 additions and 13 deletions
|
@ -81,7 +81,7 @@ local default_plugins = {
|
|||
return require "plugins.configs.treesitter"
|
||||
end,
|
||||
config = function(_, opts)
|
||||
pcall(dofile, vim.g.base46_cache .. "syntax")
|
||||
dofile(vim.g.base46_cache .. "syntax")
|
||||
require("nvim-treesitter.configs").setup(opts)
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue