mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 02:38:50 +02:00
feat(mason): added keymap
This commit is contained in:
parent
670daaadc3
commit
0e6b710627
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,12 @@ return {
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
|
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
|
||||||
{ "folke/neodev.nvim", config = true },
|
{ "folke/neodev.nvim", config = true },
|
||||||
{ "williamboman/mason.nvim", config = true, cmd = "Mason" },
|
{
|
||||||
|
"williamboman/mason.nvim",
|
||||||
|
config = true,
|
||||||
|
cmd = "Mason",
|
||||||
|
keys = { { "<leader>cm", "<cmd>Mason<cr>", desc = "Mason" } },
|
||||||
|
},
|
||||||
{ "williamboman/mason-lspconfig.nvim", config = { automatic_installation = true } },
|
{ "williamboman/mason-lspconfig.nvim", config = { automatic_installation = true } },
|
||||||
"hrsh7th/cmp-nvim-lsp",
|
"hrsh7th/cmp-nvim-lsp",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue