We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39875f commit 26ee0c0Copy full SHA for 26ee0c0
1 file changed
lua/opts.lua
@@ -92,7 +92,7 @@ vim.diagnostic.config {
92
[vim.diagnostic.severity.HINT] = "",
93
[vim.diagnostic.severity.ERROR] = "✘",
94
[vim.diagnostic.severity.INFO] = "◉",
95
- [vim.diagnostic.severity.WARN] = "",
+ [vim.diagnostic.severity.WARN] = "",
96
},
97
98
}
0 commit comments