Forráskód Böngészése

feat: use codicons that are available for nerdfonts now (#3646)

Christian Chiarulli 2 éve
szülő
commit
3262e50818
1 módosított fájl, 82 hozzáadás és 82 törlés
  1. 82 82
      lua/lvim/icons.lua

+ 82 - 82
lua/lvim/icons.lua

@@ -1,54 +1,54 @@
 return {
   kind = {
-    Array = "",
-    Boolean = "",
-    Class = "",
-    Color = "",
-    Constant = "",
-    Constructor = "",
-    Enum = "",
-    EnumMember = "",
-    Event = "",
-    Field = "",
-    File = "",
+    Array = "",
+    Boolean = "",
+    Class = "",
+    Color = "",
+    Constant = "",
+    Constructor = "",
+    Enum = "",
+    EnumMember = "",
+    Event = "",
+    Field = "",
+    File = "",
     Folder = "",
-    Function = "",
-    Interface = "",
-    Key = "",
-    Keyword = "",
-    Method = "",
-    Module = "",
-    Namespace = "",
+    Function = "",
+    Interface = "",
+    Key = "",
+    Keyword = "",
+    Method = "",
+    Module = "",
+    Namespace = "",
     Null = "ﳠ",
-    Number = "",
-    Object = "",
-    Operator = "",
-    Package = "",
-    Property = "",
-    Reference = "",
-    Snippet = "",
-    String = "",
-    Struct = "",
-    Text = "",
-    TypeParameter = "",
-    Unit = "",
-    Value = "",
-    Variable = "",
+    Number = "",
+    Object = "",
+    Operator = "",
+    Package = "",
+    Property = "",
+    Reference = "",
+    Snippet = "",
+    String = "",
+    Struct = "",
+    Text = "",
+    TypeParameter = "",
+    Unit = "",
+    Value = "",
+    Variable = "",
   },
   git = {
-    LineAdded = "",
-    LineModified = "",
-    LineRemoved = "",
-    FileDeleted = "",
+    LineAdded = "",
+    LineModified = "",
+    LineRemoved = "",
+    FileDeleted = "",
     FileIgnored = "◌",
-    FileRenamed = "",
+    FileRenamed = "",
     FileStaged = "S",
-    FileUnmerged = "",
+    FileUnmerged = "",
     FileUnstaged = "",
     FileUntracked = "U",
-    Diff = "",
-    Repo = "",
-    Octoface = "",
+    Diff = "",
+    Repo = "",
+    Octoface = "",
     Branch = "",
   },
   ui = {
@@ -64,15 +64,15 @@ return {
     BoldDividerLeft = "",
     BoldDividerRight = "",
     BoldLineLeft = "▎",
-    BookMark = "",
+    BookMark = "",
     BoxChecked = "",
-    Bug = "",
-    Stacks = " ",
+    Bug = "",
+    Stacks = "",
     Scopes = "",
     Watches = "",
-    DebugConsole = " ",
-    Calendar = "",
-    Check = "",
+    DebugConsole = "",
+    Calendar = "",
+    Check = "",
     ChevronRight = ">",
     ChevronShortDown = "",
     ChevronShortLeft = "",
@@ -80,46 +80,46 @@ return {
     ChevronShortUp = "",
     Circle = "",
     Close = "",
-    CloudDownload = "",
-    Code = "",
-    Comment = "",
-    Dashboard = "",
+    CloudDownload = "",
+    Code = "",
+    Comment = "",
+    Dashboard = "",
     DividerLeft = "",
     DividerRight = "",
     DoubleChevronRight = "»",
-    Ellipsis = "",
+    Ellipsis = "",
     EmptyFolder = "",
     EmptyFolderOpen = "",
-    File = "",
-    FileSymlink = "",
-    Files = "",
+    File = "",
+    FileSymlink = "",
+    Files = "",
     FindFile = "",
     FindText = "",
-    Fire = "",
+    Fire = "",
     Folder = "",
     FolderOpen = "",
     FolderSymlink = "",
     Forward = "",
-    Gear = "",
-    History = "",
-    Lightbulb = "",
+    Gear = "",
+    History = "",
+    Lightbulb = "",
     LineLeft = "▏",
     LineMiddle = "│",
-    List = "",
-    Lock = "",
-    NewFile = "",
-    Note = "",
-    Package = "",
+    List = "",
+    Lock = "",
+    NewFile = "",
+    Note = "",
+    Package = "",
     Pencil = "",
     Plus = "",
-    Project = "",
-    Search = "",
-    SignIn = "",
-    SignOut = "",
+    Project = "",
+    Search = "",
+    SignIn = "",
+    SignOut = "",
     Tab = "",
-    Table = "",
+    Table = "",
     Target = "",
-    Telescope = "",
+    Telescope = "",
     Text = "",
     Tree = "",
     Triangle = "契",
@@ -130,25 +130,25 @@ return {
   },
   diagnostics = {
     BoldError = "",
-    Error = "",
+    Error = "",
     BoldWarning = "",
-    Warning = "",
+    Warning = "",
     BoldInformation = "",
-    Information = "",
+    Information = "",
     BoldQuestion = "",
-    Question = "",
-    BoldHint = "",
+    Question = "",
+    BoldHint = "",
     Hint = "",
-    Debug = "",
+    Debug = "",
     Trace = "✎",
   },
   misc = {
     Robot = "ﮧ",
-    Squirrel = "",
-    Tag = "",
-    Watch = "",
-    Smiley = "",
-    Package = "",
-    CircuitBoard = "",
+    Squirrel = "",
+    Tag = "",
+    Watch = "",
+    Smiley = "",
+    Package = "",
+    CircuitBoard = "",
   },
 }