Skip to content

Commit

Permalink
fix: small typo in feline.lua file (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
redyf authored Jun 14, 2024
1 parent cc8e290 commit c0bea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/feline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0bea77

Please sign in to comment.