mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-24 03:05:25 +02:00
fix(tests): set up lazy.nvim in the lsp test (#4088)
This commit is contained in:
parent
4cefc89506
commit
6c66357cb1
4 changed files with 12 additions and 7 deletions
|
@ -55,6 +55,7 @@ end
|
|||
---@param filter { filetype: string | string[] }?: (optional) Used to filter the list of server names.
|
||||
---@return string[] list of names of supported servers
|
||||
function M.get_supported_servers(filter)
|
||||
require("mason-registry").refresh()
|
||||
local _, supported_servers = pcall(function()
|
||||
return require("mason-lspconfig").get_available_servers(filter)
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue