Skip to content

Commit

Permalink
feat(lsp): change error sign to filled for better visibility and cons…
Browse files Browse the repository at this point in the history
…istency
  • Loading branch information
ecosse3 committed Feb 14, 2022
1 parent 0f0f0d7 commit baf96c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lsp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vim.diagnostic.config({

-- UI

local signs = { Error = " ", Warn = "", Hint = "", Info = "" }
local signs = { Error = " ", Warn = "", Hint = "", Info = "" }

for type, icon in pairs(signs) do
local hl = "DiagnosticSign" .. type
Expand Down

0 comments on commit baf96c2

Please sign in to comment.