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
|
@ -137,7 +137,6 @@ map(
|
||||||
{ desc = "colorschemes" }
|
{ desc = "colorschemes" }
|
||||||
)
|
)
|
||||||
map("n", "<leader>vl", ":Lazy<cr>", { desc = "Lazy" })
|
map("n", "<leader>vl", ":Lazy<cr>", { desc = "Lazy" })
|
||||||
map("n", "<leader>vm", ":Mason<cr>", { desc = "Mason" })
|
|
||||||
|
|
||||||
-- PLUGIN: Telescope GLOBAL FUZZY FINDING
|
-- PLUGIN: Telescope GLOBAL FUZZY FINDING
|
||||||
-- buffers and files in current workdir
|
-- buffers and files in current workdir
|
||||||
|
|
|
@ -47,6 +47,9 @@ return {
|
||||||
"MasonUpdate",
|
"MasonUpdate",
|
||||||
},
|
},
|
||||||
build = ":MasonUpdate",
|
build = ":MasonUpdate",
|
||||||
|
keys = {
|
||||||
|
{ "<leader>vm", ":Mason<cr>", desc = "Mason" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
|
|
Loading…
Reference in a new issue