mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-12 18:34:27 +02:00
add: update config
This commit is contained in:
parent
c651a8ca42
commit
a81806cab8
15 changed files with 363 additions and 407 deletions
|
@ -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 = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue