update mason filetype
https://github.com/williamboman/mason.nvim/pull/317
This commit is contained in:
parent
a67e19a439
commit
089cbe43f1
|
@ -6,7 +6,7 @@ end
|
|||
|
||||
vim.api.nvim_create_augroup("_mason", { clear = true })
|
||||
vim.api.nvim_create_autocmd("Filetype", {
|
||||
pattern = "mason.nvim",
|
||||
pattern = "mason",
|
||||
callback = function()
|
||||
require("base46").load_highlight "mason"
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue