Big neovim config refactor + adjustments
This commit is contained in:
15
nvim/dot-config/nvim/lua/symbols/diagnostic.lua
Normal file
15
nvim/dot-config/nvim/lua/symbols/diagnostic.lua
Normal 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 = "",
|
||||
}
|
||||
Reference in New Issue
Block a user