fix: small typo in feline.lua file (#719)

This commit is contained in:
Mateus Alves 2024-06-14 00:07:19 -03:00 committed by GitHub
parent cc8e290d4c
commit c0bea773a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -417,7 +417,7 @@ function M.get()
-- show an indicator that we have running lsps
if view.lsp.name == false and next(active_clients) ~= nil then return assets.lsp.server .. " " .. "Lsp" end
-- show the actual name of the runing lsps
-- show the actual name of the running lsps
local index = 0
local lsp_names = ""
for _, lsp_config in ipairs(active_clients) do