More LSPs! formatted some files.
This commit is contained in:
+2
-2
@@ -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 %"
|
||||
|
||||
Reference in New Issue
Block a user