From e118ce58dab72c17216292eef7df4cee3cf60885 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Mon, 20 Jan 2025 23:06:18 +0100 Subject: refactor!: make available_servers function private Work on https://github.com/neovim/nvim-lspconfig/issues/2079. --- lua/lspconfig/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lspconfig/util.lua') diff --git a/lua/lspconfig/util.lua b/lua/lspconfig/util.lua index 56013415..bfcbb0a6 100644 --- a/lua/lspconfig/util.lua +++ b/lua/lspconfig/util.lua @@ -223,7 +223,7 @@ function M.get_managed_clients() return clients end -function M.available_servers() +function M._available_servers() local servers = {} local configs = require 'lspconfig.configs' for server, config in pairs(configs) do -- cgit v1.2.3-70-g09d2