Skip to content

Commit

Permalink
fix(nvim): icons
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 17, 2023
1 parent cbf9dfa commit a9f72ac
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions modules/neovim/config/lua/user/icons.lua
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
-- copied from https://github.com/LunarVim/LunarVim/blob/master/lua/lvim/icons.lua
return {
diagnostics = {
-- Error = "",
Error = "",
-- Warning = "",
Warning = "",
-- Information = "",
Information = "",
-- Question = "",
Warn = "",
Info = "",
Question = "",
-- Hint = "",
Hint = "󰌶",
Debug = "",
Trace = "",
Expand Down

0 comments on commit a9f72ac

Please sign in to comment.