nvim: Move Mason quick mapping to plugin setup

This commit is contained in:
Marty Oehme 2023-12-08 17:06:31 +01:00
parent 49692601da
commit bad6200bd2
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 3 additions and 1 deletions

View file

@ -47,6 +47,9 @@ return {
"MasonUpdate",
},
build = ":MasonUpdate",
keys = {
{ "<leader>vm", ":Mason<cr>", desc = "Mason" },
},
},
{
"williamboman/mason-lspconfig.nvim",