minor fixes
This commit is contained in:
parent
39f2957baf
commit
9a5c5ff0bc
3 changed files with 8 additions and 6 deletions
|
|
@ -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"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue