change highlight loading function name
This commit is contained in:
parent
08453985ca
commit
f77d052d70
11 changed files with 14 additions and 18 deletions
|
|
@ -8,7 +8,7 @@ vim.api.nvim_create_augroup("_mason", { clear = true })
|
|||
vim.api.nvim_create_autocmd("Filetype", {
|
||||
pattern = "mason",
|
||||
callback = function()
|
||||
require("base46").load_highlight "mason"
|
||||
require "base46_cache.mason"
|
||||
end,
|
||||
group = "_mason",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue