add: update config

This commit is contained in:
asep.komarudin 2024-04-18 07:17:54 +07:00
parent c651a8ca42
commit a81806cab8
15 changed files with 363 additions and 407 deletions

View file

@ -1,11 +1,16 @@
return {
kind = {
Array = "",
Boolean = "",
-- Boolean = "",
Boolean = "󰨙 ",
Class = "",
Color = "",
Codeium = "󰘦 ",
Control = "",
Collapsed = "",
Constant = "",
Constructor = "",
Copilot = "",
Enum = "",
EnumMember = "",
Event = "",
@ -29,6 +34,7 @@ return {
Snippet = "",
String = "",
Struct = "",
TabNine = "󰏚 ",
Text = "",
TypeParameter = "",
Unit = "",
@ -143,6 +149,22 @@ return {
ft = "",
not_loaded = "",
},
folding = {
vert = "", -- alternatives │
fold = " ",
eob = " ", -- suppress ~ at EndOfBuffer
diff = "", -- alternatives = ⣿ ░ ─
msgsep = "",
foldopen = "",
foldsep = "",
foldclose = "",
plusBox = "󰜄",
plusSircle = "󰐙",
plus = "󰐕",
minusBox = "󰛲",
minusSircle = "󰍷",
minus = "󰍴",
},
diagnostics = {
BoldError = "",
Error = "",