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

@ -137,7 +137,6 @@ map(
{ desc = "colorschemes" }
)
map("n", "<leader>vl", ":Lazy<cr>", { desc = "Lazy" })
map("n", "<leader>vm", ":Mason<cr>", { desc = "Mason" })
-- PLUGIN: Telescope GLOBAL FUZZY FINDING
-- buffers and files in current workdir

View File

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