Skip to content

Commit

Permalink
fix(util): fixup typo vim.lsp.get_active_clients
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 8, 2023
1 parent c9bbb92 commit eebdcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/util/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eebdcec

Please sign in to comment.