mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(util): fixup typo vim.lsp.get_active_clients
This commit is contained in:
parent
c9bbb922e5
commit
eebdceca17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue