Files
dotfiles/nvim/dot-config/nvim/lua/symbols/diagnostic.lua

16 lines
254 B
Lua

-- Symbols to use for diagnostics
return {
-- LSP Status symbols
error = "",
warn = "",
info = "",
hint = "󰌵",
-- Comment type symbols
bug = "󰃤",
todo = "",
hack = "",
performance = "",
note = "󰙏",
test = "󰙨",
}