diff --git a/examples/evil_lualine.lua b/examples/evil_lualine.lua index 1331132b9..6fdb8379c 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