Skip to content

Commit

Permalink
warn as nerd emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 3, 2024
1 parent 4422e67 commit a7406dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/desktop/apps/neovim/plugins/lsp/extra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in {
},
})
local signs = { Error = "😑", Warn = "😑", Hint = "πŸ€“", Info = "πŸ€“" }
local signs = { Error = "😑", Warn = "πŸ€“", Hint = "πŸ€“", Info = "πŸ€“" }
for type, icon in pairs(signs) do
local hl = "DiagnosticSign" .. type
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = hl })
Expand Down

0 comments on commit a7406dc

Please sign in to comment.