From c4523176ec100c10c35cfcd549f3f0d46699625a Mon Sep 17 00:00:00 2001 From: Bryan <45508933+bryanme5@users.noreply.github.com> Date: Thu, 23 May 2024 10:44:55 +0000 Subject: [PATCH] Deprecated function --- examples/evil_lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/evil_lualine.lua b/examples/evil_lualine.lua index 138692036..fb8cc206d 100644 --- a/examples/evil_lualine.lua +++ b/examples/evil_lualine.lua @@ -160,7 +160,7 @@ ins_left { function() local msg = 'No Active Lsp' local buf_ft = vim.api.nvim_buf_get_option(0, 'filetype') - local clients = vim.lsp.get_active_clients() + local clients = vim.lsp.get_clients() if next(clients) == nil then return msg end