update mason filetype

https://github.com/williamboman/mason.nvim/pull/317
This commit is contained in:
siduck 2022-08-20 19:05:30 +05:30
parent a67e19a439
commit 089cbe43f1
1 changed files with 1 additions and 1 deletions

View File

@ -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,