mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: no branch icon
This commit is contained in:
parent
ffbb97621d
commit
4164fe238b
2 changed files with 196 additions and 195 deletions
|
@ -1,196 +1,197 @@
|
||||||
return {
|
return {
|
||||||
kind = {
|
kind = {
|
||||||
Array = "",
|
Array = "",
|
||||||
-- Boolean = "",
|
-- Boolean = "",
|
||||||
Boolean = " ",
|
Boolean = " ",
|
||||||
Class = "",
|
Class = "",
|
||||||
Color = "",
|
Color = "",
|
||||||
Codeium = " ",
|
Codeium = " ",
|
||||||
Control = " ",
|
Control = " ",
|
||||||
Collapsed = " ",
|
Collapsed = " ",
|
||||||
Constant = "",
|
Constant = "",
|
||||||
Constructor = "",
|
Constructor = "",
|
||||||
Copilot = " ",
|
Copilot = " ",
|
||||||
Enum = "",
|
Enum = "",
|
||||||
EnumMember = "",
|
EnumMember = "",
|
||||||
Event = "",
|
Event = "",
|
||||||
Field = "",
|
Field = "",
|
||||||
File = "",
|
File = "",
|
||||||
Folder = "",
|
Folder = "",
|
||||||
Function = "",
|
Function = "",
|
||||||
Interface = "",
|
Interface = "",
|
||||||
Key = "",
|
Key = "",
|
||||||
Keyword = "",
|
Keyword = "",
|
||||||
Method = "",
|
Method = "",
|
||||||
Module = "",
|
Module = "",
|
||||||
Namespace = "",
|
Namespace = "",
|
||||||
Null = "",
|
Null = "",
|
||||||
Number = "",
|
Number = "",
|
||||||
Object = "",
|
Object = "",
|
||||||
Operator = "",
|
Operator = "",
|
||||||
Package = "",
|
Package = "",
|
||||||
Property = "",
|
Property = "",
|
||||||
Reference = "",
|
Reference = "",
|
||||||
Snippet = "",
|
Snippet = "",
|
||||||
String = "",
|
String = "",
|
||||||
Struct = "",
|
Struct = "",
|
||||||
TabNine = " ",
|
TabNine = " ",
|
||||||
Text = "",
|
Text = "",
|
||||||
TypeParameter = "",
|
TypeParameter = "",
|
||||||
Unit = "",
|
Unit = "",
|
||||||
Value = "",
|
Value = "",
|
||||||
Variable = "",
|
Variable = "",
|
||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
LineAdded = "",
|
LineAdded = "",
|
||||||
LineModified = "",
|
LineModified = "",
|
||||||
LineRemoved = "",
|
LineRemoved = "",
|
||||||
FileDeleted = "",
|
FileDeleted = "",
|
||||||
-- FileIgnored = "◌",
|
-- FileIgnored = "◌",
|
||||||
FileIgnored = "",
|
FileIgnored = "",
|
||||||
FileRenamed = "",
|
FileRenamed = "",
|
||||||
FileStaged = "S",
|
FileStaged = "S",
|
||||||
FileUnmerged = "",
|
FileUnmerged = "",
|
||||||
FileUnstaged = "",
|
FileUnstaged = "",
|
||||||
FileUntracked = "U",
|
FileUntracked = "U",
|
||||||
Diff = "",
|
Diff = "",
|
||||||
Repo = "",
|
Repo = "",
|
||||||
Octoface = "",
|
Octoface = "",
|
||||||
Branch = "",
|
Branch = "",
|
||||||
Branch2 = "",
|
Branch2 = "",
|
||||||
},
|
NoBranch = "",
|
||||||
ui = {
|
},
|
||||||
ArrowCircleDown = "",
|
ui = {
|
||||||
ArrowCircleLeft = "",
|
ArrowCircleDown = "",
|
||||||
ArrowCircleRight = "",
|
ArrowCircleLeft = "",
|
||||||
ArrowCircleUp = "",
|
ArrowCircleRight = "",
|
||||||
BoldArrowDown = "",
|
ArrowCircleUp = "",
|
||||||
BoldArrowLeft = "",
|
BoldArrowDown = "",
|
||||||
BoldArrowRight = "",
|
BoldArrowLeft = "",
|
||||||
BoldArrowUp = "",
|
BoldArrowRight = "",
|
||||||
BoldClose = "",
|
BoldArrowUp = "",
|
||||||
BoldDividerLeft = "",
|
BoldClose = "",
|
||||||
BoldDividerRight = "",
|
BoldDividerLeft = "",
|
||||||
BoldLineLeft = "▎",
|
BoldDividerRight = "",
|
||||||
BookMark = "",
|
BoldLineLeft = "▎",
|
||||||
BoxChecked = "",
|
BookMark = "",
|
||||||
Bug = "",
|
BoxChecked = "",
|
||||||
Stacks = "",
|
Bug = "",
|
||||||
Scopes = "",
|
Stacks = "",
|
||||||
Watches = "",
|
Scopes = "",
|
||||||
DebugConsole = "",
|
Watches = "",
|
||||||
Calendar = "",
|
DebugConsole = "",
|
||||||
Check = "",
|
Calendar = "",
|
||||||
ChevronRight = "",
|
Check = "",
|
||||||
ChevronShortDown = "",
|
ChevronRight = "",
|
||||||
ChevronShortLeft = "",
|
ChevronShortDown = "",
|
||||||
ChevronShortRight = "",
|
ChevronShortLeft = "",
|
||||||
ChevronShortUp = "",
|
ChevronShortRight = "",
|
||||||
ChevronShortDown2 = " ",
|
ChevronShortUp = "",
|
||||||
ChevronShortLeft2 = "",
|
ChevronShortDown2 = " ",
|
||||||
ChevronShortRight2 = "",
|
ChevronShortLeft2 = "",
|
||||||
ChevronShortUp2 = "",
|
ChevronShortRight2 = "",
|
||||||
Circle = " ",
|
ChevronShortUp2 = "",
|
||||||
Close = "",
|
Circle = " ",
|
||||||
CloudDownload = "",
|
Close = "",
|
||||||
Code = "",
|
CloudDownload = "",
|
||||||
Comment = "",
|
Code = "",
|
||||||
Dashboard = "",
|
Comment = "",
|
||||||
DividerLeft = "",
|
Dashboard = "",
|
||||||
DividerRight = "",
|
DividerLeft = "",
|
||||||
DoubleChevronRight = "»",
|
DividerRight = "",
|
||||||
Ellipsis = "",
|
DoubleChevronRight = "»",
|
||||||
-- EmptyFolder = "",
|
Ellipsis = "",
|
||||||
-- EmptyFolderOpen = "",
|
-- EmptyFolder = "",
|
||||||
EmptyFolder = "",
|
-- EmptyFolderOpen = "",
|
||||||
EmptyFolderOpen = "",
|
EmptyFolder = "",
|
||||||
File = "",
|
EmptyFolderOpen = "",
|
||||||
FileSymlink = "",
|
File = "",
|
||||||
Files = "",
|
FileSymlink = "",
|
||||||
FindFile = "",
|
Files = "",
|
||||||
FindText = "",
|
FindFile = "",
|
||||||
Fire = "",
|
FindText = "",
|
||||||
-- Folder = "",
|
Fire = "",
|
||||||
-- FolderOpen = "",
|
-- Folder = "",
|
||||||
Folder = "",
|
-- FolderOpen = "",
|
||||||
FolderOpen = "",
|
Folder = "",
|
||||||
FolderSymlink = "",
|
FolderOpen = "",
|
||||||
Forward = "",
|
FolderSymlink = "",
|
||||||
Gear = "",
|
Forward = "",
|
||||||
History = "",
|
Gear = "",
|
||||||
Lightbulb = "",
|
History = "",
|
||||||
LineLeft = "▏",
|
Lightbulb = "",
|
||||||
LineMiddle = "│",
|
LineLeft = "▏",
|
||||||
List = "",
|
LineMiddle = "│",
|
||||||
Lock = "",
|
List = "",
|
||||||
NewFile = "",
|
Lock = "",
|
||||||
Note = "",
|
NewFile = "",
|
||||||
Package = "",
|
Note = "",
|
||||||
Pencil = "",
|
Package = "",
|
||||||
Plus = "",
|
Pencil = "",
|
||||||
Project = "",
|
Plus = "",
|
||||||
Search = "",
|
Project = "",
|
||||||
SignIn = "",
|
Search = "",
|
||||||
SignOut = "",
|
SignIn = "",
|
||||||
Tab = "",
|
SignOut = "",
|
||||||
Table = "",
|
Tab = "",
|
||||||
Target = "",
|
Table = "",
|
||||||
Telescope = "",
|
Target = "",
|
||||||
Text = "",
|
Telescope = "",
|
||||||
Tree = "",
|
Text = "",
|
||||||
Triangle = "",
|
Tree = "",
|
||||||
TriangleShortArrowDown = "",
|
Triangle = "",
|
||||||
TriangleShortArrowLeft = "",
|
TriangleShortArrowDown = "",
|
||||||
TriangleShortArrowRight = "",
|
TriangleShortArrowLeft = "",
|
||||||
TriangleShortArrowUp = "",
|
TriangleShortArrowRight = "",
|
||||||
Neovim = "",
|
TriangleShortArrowUp = "",
|
||||||
BlankCircle = " ",
|
Neovim = "",
|
||||||
CheckCircle = " ",
|
BlankCircle = " ",
|
||||||
DotCircle = " ",
|
CheckCircle = " ",
|
||||||
Border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
|
DotCircle = " ",
|
||||||
ProjekFolder = "",
|
Border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
|
||||||
Bell = "",
|
ProjekFolder = "",
|
||||||
ft = "",
|
Bell = "",
|
||||||
not_loaded = "",
|
ft = "",
|
||||||
Paint = "",
|
not_loaded = "",
|
||||||
},
|
Paint = "",
|
||||||
folding = {
|
},
|
||||||
vert = "▕", -- alternatives │
|
folding = {
|
||||||
fold = " ",
|
vert = "▕", -- alternatives │
|
||||||
eob = " ", -- suppress ~ at EndOfBuffer
|
fold = " ",
|
||||||
diff = "╱", -- alternatives = ⣿ ░ ─
|
eob = " ", -- suppress ~ at EndOfBuffer
|
||||||
msgsep = "‾",
|
diff = "╱", -- alternatives = ⣿ ░ ─
|
||||||
foldopen = "▾",
|
msgsep = "‾",
|
||||||
foldsep = "│",
|
foldopen = "▾",
|
||||||
foldclose = "▸",
|
foldsep = "│",
|
||||||
plusBox = "",
|
foldclose = "▸",
|
||||||
plusSircle = "",
|
plusBox = "",
|
||||||
plus = "",
|
plusSircle = "",
|
||||||
minusBox = "",
|
plus = "",
|
||||||
minusSircle = "",
|
minusBox = "",
|
||||||
minus = "",
|
minusSircle = "",
|
||||||
},
|
minus = "",
|
||||||
diagnostics = {
|
},
|
||||||
BoldError = "",
|
diagnostics = {
|
||||||
Error = "",
|
BoldError = "",
|
||||||
BoldWarning = "",
|
Error = "",
|
||||||
Warning = "",
|
BoldWarning = "",
|
||||||
BoldInformation = "",
|
Warning = "",
|
||||||
Information = "",
|
BoldInformation = "",
|
||||||
BoldQuestion = "",
|
Information = "",
|
||||||
Question = "",
|
BoldQuestion = "",
|
||||||
BoldHint = "",
|
Question = "",
|
||||||
Hint = "",
|
BoldHint = "",
|
||||||
Debug = "",
|
Hint = "",
|
||||||
Trace = "✎",
|
Debug = "",
|
||||||
},
|
Trace = "✎",
|
||||||
misc = {
|
},
|
||||||
Robot = "",
|
misc = {
|
||||||
Squirrel = "",
|
Robot = "",
|
||||||
Tag = "",
|
Squirrel = "",
|
||||||
Watch = "",
|
Tag = "",
|
||||||
Smiley = "",
|
Watch = "",
|
||||||
Package = "",
|
Smiley = "",
|
||||||
CircuitBoard = "",
|
Package = "",
|
||||||
},
|
CircuitBoard = "",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -237,7 +237,7 @@ return {
|
||||||
if vim.b.gitsigns_head ~= nil then
|
if vim.b.gitsigns_head ~= nil then
|
||||||
return icons.git.Branch2 .. " " .. getLeftSubstring(vim.b.gitsigns_head, 6)
|
return icons.git.Branch2 .. " " .. getLeftSubstring(vim.b.gitsigns_head, 6)
|
||||||
else
|
else
|
||||||
return icons.git.Branch2 .. vim.fn.fnamemodify("", ":t")
|
return icons.git.NoBranch .. vim.fn.fnamemodify("", ":t")
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue