nvim: Move Mason quick mapping to plugin setup
This commit is contained in:
parent
49692601da
commit
bad6200bd2
2 changed files with 3 additions and 1 deletions
|
|
@ -47,6 +47,9 @@ return {
|
|||
"MasonUpdate",
|
||||
},
|
||||
build = ":MasonUpdate",
|
||||
keys = {
|
||||
{ "<leader>vm", ":Mason<cr>", desc = "Mason" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue