mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
config v1
This commit is contained in:
parent
cc7c63dc46
commit
ea0ab69bc9
2 changed files with 1 additions and 161 deletions
|
@ -45,7 +45,7 @@
|
||||||
"promise-async": { "branch": "main", "commit": "38a4575da9497326badd3995e768b4ccf0bb153e" },
|
"promise-async": { "branch": "main", "commit": "38a4575da9497326badd3995e768b4ccf0bb153e" },
|
||||||
"smart-splits.nvim": { "branch": "master", "commit": "f6fcb79527872e9330c554915af2ca511c388390" },
|
"smart-splits.nvim": { "branch": "master", "commit": "f6fcb79527872e9330c554915af2ca511c388390" },
|
||||||
"statuscol.nvim": { "branch": "main", "commit": "d954893262a57a92e46edd87de67e2b3fe72305e" },
|
"statuscol.nvim": { "branch": "main", "commit": "d954893262a57a92e46edd87de67e2b3fe72305e" },
|
||||||
"telescope.nvim": { "branch": "master", "commit": "5a701e99906961218b55d7ad6c2a998f066c6fe0" },
|
"telescope.nvim": { "branch": "master", "commit": "4d4ade7f2b8f403e8816ca50c05ed16e259b21fb" },
|
||||||
"toggleterm.nvim": { "branch": "main", "commit": "193786e0371e3286d3bc9aa0079da1cd41beaa62" },
|
"toggleterm.nvim": { "branch": "main", "commit": "193786e0371e3286d3bc9aa0079da1cd41beaa62" },
|
||||||
"vim-illuminate": { "branch": "master", "commit": "305bf07b919ac526deb5193280379e2f8b599926" },
|
"vim-illuminate": { "branch": "master", "commit": "305bf07b919ac526deb5193280379e2f8b599926" },
|
||||||
"vim-startuptime": { "branch": "master", "commit": "97a88e688482a09c3c4b777d07b509b328a5ec29" },
|
"vim-startuptime": { "branch": "master", "commit": "97a88e688482a09c3c4b777d07b509b328a5ec29" },
|
||||||
|
|
|
@ -1,160 +0,0 @@
|
||||||
return {
|
|
||||||
kind = {
|
|
||||||
Array = "",
|
|
||||||
Boolean = "",
|
|
||||||
Class = "",
|
|
||||||
Color = "",
|
|
||||||
Constant = "",
|
|
||||||
Constructor = "",
|
|
||||||
Enum = "",
|
|
||||||
EnumMember = "",
|
|
||||||
Event = "",
|
|
||||||
Field = "",
|
|
||||||
File = "",
|
|
||||||
Folder = "",
|
|
||||||
Function = "",
|
|
||||||
Interface = "",
|
|
||||||
Key = "",
|
|
||||||
Keyword = "",
|
|
||||||
Method = "",
|
|
||||||
Module = "",
|
|
||||||
Namespace = "",
|
|
||||||
Null = "",
|
|
||||||
Number = "",
|
|
||||||
Object = "",
|
|
||||||
Operator = "",
|
|
||||||
Package = "",
|
|
||||||
Property = "",
|
|
||||||
Reference = "",
|
|
||||||
Snippet = "",
|
|
||||||
String = "",
|
|
||||||
Struct = "",
|
|
||||||
Text = "",
|
|
||||||
TypeParameter = "",
|
|
||||||
Unit = "",
|
|
||||||
Value = "",
|
|
||||||
Variable = "",
|
|
||||||
},
|
|
||||||
git = {
|
|
||||||
LineAdded = "",
|
|
||||||
LineModified = "",
|
|
||||||
LineRemoved = "",
|
|
||||||
FileDeleted = "",
|
|
||||||
FileIgnored = "◌",
|
|
||||||
FileRenamed = "",
|
|
||||||
FileStaged = "S",
|
|
||||||
FileUnmerged = "",
|
|
||||||
FileUnstaged = "",
|
|
||||||
FileUntracked = "U",
|
|
||||||
Diff = "",
|
|
||||||
Repo = "",
|
|
||||||
Octoface = "",
|
|
||||||
Branch = "",
|
|
||||||
},
|
|
||||||
ui = {
|
|
||||||
ArrowCircleDown = "",
|
|
||||||
ArrowCircleLeft = "",
|
|
||||||
ArrowCircleRight = "",
|
|
||||||
ArrowCircleUp = "",
|
|
||||||
BoldArrowDown = "",
|
|
||||||
BoldArrowLeft = "",
|
|
||||||
BoldArrowRight = "",
|
|
||||||
BoldArrowUp = "",
|
|
||||||
BoldClose = "",
|
|
||||||
BoldDividerLeft = "",
|
|
||||||
BoldDividerRight = "",
|
|
||||||
BoldLineLeft = "▎",
|
|
||||||
BookMark = "",
|
|
||||||
BoxChecked = "",
|
|
||||||
Bug = "",
|
|
||||||
Stacks = "",
|
|
||||||
Scopes = "",
|
|
||||||
Watches = "",
|
|
||||||
DebugConsole = "",
|
|
||||||
Calendar = "",
|
|
||||||
Check = "",
|
|
||||||
ChevronRight = ">",
|
|
||||||
ChevronShortDown = "",
|
|
||||||
ChevronShortLeft = "",
|
|
||||||
ChevronShortRight = "",
|
|
||||||
ChevronShortUp = "",
|
|
||||||
Circle = "",
|
|
||||||
Dot = "",
|
|
||||||
Close = "",
|
|
||||||
CloudDownload = "",
|
|
||||||
Code = "",
|
|
||||||
Comment = "",
|
|
||||||
Dashboard = "",
|
|
||||||
DividerLeft = "",
|
|
||||||
DividerRight = "",
|
|
||||||
DoubleChevronRight = "»",
|
|
||||||
Ellipsis = "",
|
|
||||||
-- EmptyFolder = "",
|
|
||||||
-- EmptyFolderOpen = "",
|
|
||||||
EmptyFolder = "",
|
|
||||||
EmptyFolderOpen = "",
|
|
||||||
File = "",
|
|
||||||
FileSymlink = "",
|
|
||||||
Files = "",
|
|
||||||
FindFile = "",
|
|
||||||
FindText = "",
|
|
||||||
Fire = "",
|
|
||||||
-- Folder = "",
|
|
||||||
-- FolderOpen = "",
|
|
||||||
Folder = "",
|
|
||||||
FolderOpen = "",
|
|
||||||
FolderSymlink = "",
|
|
||||||
Forward = "",
|
|
||||||
Gear = "",
|
|
||||||
History = "",
|
|
||||||
Lightbulb = "",
|
|
||||||
LineLeft = "▏",
|
|
||||||
LineMiddle = "│",
|
|
||||||
List = "",
|
|
||||||
Lock = "",
|
|
||||||
NewFile = "",
|
|
||||||
Note = "",
|
|
||||||
Package = "",
|
|
||||||
Pencil = "",
|
|
||||||
Plus = "",
|
|
||||||
Project = "",
|
|
||||||
Search = "",
|
|
||||||
SignIn = "",
|
|
||||||
SignOut = "",
|
|
||||||
Tab = "",
|
|
||||||
Table = "",
|
|
||||||
Target = "",
|
|
||||||
Telescope = "",
|
|
||||||
Text = "",
|
|
||||||
Tree = "",
|
|
||||||
Triangle = "▸",
|
|
||||||
TriangleShortArrowDown = "",
|
|
||||||
TriangleShortArrowLeft = "",
|
|
||||||
TriangleShortArrowRight = "",
|
|
||||||
TriangleShortArrowUp = "",
|
|
||||||
Neovim = "",
|
|
||||||
},
|
|
||||||
diagnostics = {
|
|
||||||
BoldError = "",
|
|
||||||
Error = "",
|
|
||||||
BoldWarning = "",
|
|
||||||
Warning = "",
|
|
||||||
BoldInformation = "",
|
|
||||||
Information = "",
|
|
||||||
BoldQuestion = "",
|
|
||||||
Question = "",
|
|
||||||
BoldHint = "",
|
|
||||||
Hint = "",
|
|
||||||
Debug = "",
|
|
||||||
Trace = "✎",
|
|
||||||
},
|
|
||||||
misc = {
|
|
||||||
Robot = "ﮧ",
|
|
||||||
Squirrel = "",
|
|
||||||
Tag = "",
|
|
||||||
Watch = "",
|
|
||||||
Smiley = "",
|
|
||||||
Package = "",
|
|
||||||
CircuitBoard = "",
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue