add configuration for diagnostic

This commit is contained in:
2026-06-08 01:07:50 +02:00
parent 112312bbc5
commit 1af22d71a1
3 changed files with 96 additions and 0 deletions
+7
View File
@@ -64,6 +64,13 @@ vim.g.ui = {
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
window = "",
diagnostic = {
prefix = "",
sign_error = "E",
sign_warn = "W",
sign_info = "I",
sign_hint = "H",
},
git = {
signs = {
add = { text = "" },