Big neovim config refactor + adjustments

This commit is contained in:
2024-04-16 01:29:18 +02:00
parent 8031f3fe6a
commit 5574cc866a
42 changed files with 1001 additions and 875 deletions

View File

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