fix(util): fixup typo vim.lsp.get_active_clients

This commit is contained in:
Folke Lemaitre
2023-10-08 12:55:50 +02:00
parent c9bbb922e5
commit eebdceca17

View File

@ -49,7 +49,7 @@ function M.opts(name)
return Plugin.values(plugin, "opts", false)
end
M.get_clients = vim.lsp.get_clients or vim.lsp_get_active_clients
M.get_clients = vim.lsp.get_clients or vim.lsp.get_active_clients
-- returns the root directory based on:
-- * lsp workspace folders