use dofile to load cached theme files
This commit is contained in:
parent
947186b7ec
commit
4990b23935
9 changed files with 11 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
loadfile(vim.g.base46_cache .. "mason")()
|
||||
dofile(vim.g.base46_cache .. "mason")
|
||||
|
||||
local options = {
|
||||
ensure_installed = { "lua-language-server" }, -- not an option from mason.nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue