astro-nvim-v3 - config icons and arrow indent
This commit is contained in:
@@ -14,7 +14,7 @@ return {
|
|||||||
LSPLoading9 = "⠇",
|
LSPLoading9 = "⠇",
|
||||||
LSPLoading10 = "⠏",
|
LSPLoading10 = "⠏",
|
||||||
-- Git
|
-- Git
|
||||||
Github = "",
|
Github = " ",
|
||||||
GitAdd = "",
|
GitAdd = "",
|
||||||
GitBranch = "",
|
GitBranch = "",
|
||||||
GitChange = "",
|
GitChange = "",
|
||||||
@@ -43,7 +43,7 @@ return {
|
|||||||
DapLogPoint = "",
|
DapLogPoint = "",
|
||||||
DapStopped = "",
|
DapStopped = "",
|
||||||
-- Diagnostics
|
-- Diagnostics
|
||||||
Diagnostic = "",
|
Diagnostic = " ",
|
||||||
DiagnosticError = "",
|
DiagnosticError = "",
|
||||||
DiagnosticHint = "",
|
DiagnosticHint = "",
|
||||||
DiagnosticInfo = "",
|
DiagnosticInfo = "",
|
||||||
|
|||||||
@@ -76,14 +76,15 @@ return {
|
|||||||
vertical_line = "┃",
|
vertical_line = "┃",
|
||||||
left_top = "┏",
|
left_top = "┏",
|
||||||
left_bottom = "┗",
|
left_bottom = "┗",
|
||||||
right_arrow = "➤",
|
-- right_arrow = "➤",
|
||||||
},
|
},
|
||||||
style = "#cba6f7",
|
style = "#06D001",
|
||||||
delay = 100,
|
delay = 50,
|
||||||
},
|
},
|
||||||
indent = {
|
indent = {
|
||||||
enable = true,
|
enable = true,
|
||||||
chars = { "┃" },
|
chars = { "|" },
|
||||||
|
style = "#5A639C"
|
||||||
},
|
},
|
||||||
blank = {
|
blank = {
|
||||||
enable = false,
|
enable = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user