Skip to content

Commit

Permalink
Update lua/lspconfig/util.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
  • Loading branch information
dundargoc and justinmk authored Jan 27, 2025
1 parent e6adf25 commit 1aebdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspconfig/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ function M.get_managed_clients()
return clients
end

--- @deprecated use `vim.lsp.confg` in Nvim 0.11+ instead.
function M.available_servers()
local servers = {}
local configs = require 'lspconfig.configs'
Expand Down

0 comments on commit 1aebdd7

Please sign in to comment.