Skip to content

Commit

Permalink
Fix stylua CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vihu committed Jul 26, 2024
1 parent 3a5c7f5 commit ded24d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/feline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ local c = {
},
lsp_status = {
provider = function()
return vim.tbl_count(vim.lsp.get_clients { bufnr = 0 }) == 0 and "" or ""
return vim.tbl_count(vim.lsp.get_clients({ bufnr = 0 })) == 0 and "" or ""
end,
hl = "UserSLStatus",
left_sep = { str = "", hl = "UserSLStatusBg", always_visible = true },
Expand Down

0 comments on commit ded24d8

Please sign in to comment.