summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/lualine.lua
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-06-26 14:40:21 +0200
committerJoe <rbo@gmx.us>2025-06-26 14:40:21 +0200
commit1fcbd67a1ad03dfc2a947ffbfbd87776383fea9f (patch)
tree68b8acaf74fc63488da811f305be6bcc4b5ac551 /.config/nvim/after/plugin/lualine.lua
parentup (diff)
downloaddotfiles-bsd-1fcbd67a1ad03dfc2a947ffbfbd87776383fea9f.tar.gz
dotfiles-bsd-1fcbd67a1ad03dfc2a947ffbfbd87776383fea9f.tar.bz2
dotfiles-bsd-1fcbd67a1ad03dfc2a947ffbfbd87776383fea9f.tar.xz
dotfiles-bsd-1fcbd67a1ad03dfc2a947ffbfbd87776383fea9f.tar.zst
dotfiles-bsd-1fcbd67a1ad03dfc2a947ffbfbd87776383fea9f.zip
Diffstat (limited to '')
-rw-r--r--.config/nvim/after/plugin/lualine.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/plugin/lualine.lua b/.config/nvim/after/plugin/lualine.lua
index b266af3..7f94ccd 100644
--- a/.config/nvim/after/plugin/lualine.lua
+++ b/.config/nvim/after/plugin/lualine.lua
@@ -224,7 +224,7 @@ ins_right {
function()
local msg = 'no 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
icon = ''
return ''