Skip to content

Commit

Permalink
update mason filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck authored and jtzero committed Feb 16, 2023
1 parent f10df30 commit ffc080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/configs/mason.lua
Expand Up @@ -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,
Expand Down

0 comments on commit ffc080a

Please sign in to comment.