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
|
@ -110,7 +110,10 @@ function M.setup()
|
|||
end)
|
||||
|
||||
pcall(function()
|
||||
require("nvim-lsp-installer").setup(lvim.lsp.installer.setup)
|
||||
require("mason-lspconfig").setup(lvim.lsp.installer.setup)
|
||||
local util = require "lspconfig.util"
|
||||
-- automatic_installation is handled by lsp-manager
|
||||
util.on_setup = nil
|
||||
end)
|
||||
|
||||
require("lvim.lsp.null-ls").setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue