add configuration for diagnostic
This commit is contained in:
@@ -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 = "┃" },
|
||||
|
||||
Reference in New Issue
Block a user