minor fixes

This commit is contained in:
Alexander Navarro 2024-08-08 16:52:14 -04:00
parent 39f2957baf
commit 9a5c5ff0bc
3 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
return {
"williamboman/mason.nvim",
cmd = "Mason",
keys = { { "<leader>cm", "<cmd>Mason<cr>", desc = "Mason" } },
keys = { { "<leader>um", "<cmd>Mason<cr>", desc = "Mason" } },
build = ":MasonUpdate",
opts = {
ensure_installed = {
@ -13,7 +13,6 @@ return {
"prettierd",
"shellcheck",
"stylua",
"gofumpt", "golines", "goimports-reviser", "gopls"
},
},
}