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 22GNUs committed Aug 26, 2022
1 parent a6bd965 commit e8169cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/configs/mason.lua
Original file line number Diff line number Diff line change
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 e8169cc

Please sign in to comment.