mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
refactor!: migrate to mason.nvim (#2880)
This commit is contained in:
parent
d53b3743f2
commit
eefde00ae8
14 changed files with 168 additions and 92 deletions
|
@ -160,7 +160,7 @@ M.config = function()
|
|||
w = { "<cmd>Telescope diagnostics<cr>", "Diagnostics" },
|
||||
f = { require("lvim.lsp.utils").format, "Format" },
|
||||
i = { "<cmd>LspInfo<cr>", "Info" },
|
||||
I = { "<cmd>LspInstallInfo<cr>", "Installer Info" },
|
||||
I = { "<cmd>Mason<cr>", "Mason Info" },
|
||||
j = {
|
||||
vim.diagnostic.goto_next,
|
||||
"Next Diagnostic",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue