More LSPs! formatted some files.

This commit is contained in:
2022-10-12 18:07:15 -07:00
parent ec3acd5976
commit dc67e0a5dd
5 changed files with 57 additions and 16 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ local function lsp()
if count["warnings"] ~= 0 then
warnings = " %#LspDiagnosticsSignHint# " .. count["warnings"]
end
if count["hints"] ~= 0 then
hints = " %#LspDiagnosticsSignHint# " .. count["hints"]
end
@@ -105,7 +105,7 @@ local function filetype()
end
local function lineinfo()
if vim.bo.filetype == "alpha" then
if vim.bo.filetype == "alpha" then
return ""
end
return " %l:%c %P %"