fix(util): fixup typo vim.lsp.get_active_clients
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user