feat(mason): added keymap

This commit is contained in:
Folke Lemaitre 2023-01-01 12:58:29 +01:00
parent 670daaadc3
commit 0e6b710627
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -13,7 +13,12 @@ return {
dependencies = {
{ "folke/neoconf.nvim", cmd = "Neoconf", 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 } },
"hrsh7th/cmp-nvim-lsp",
},