summaryrefslogtreecommitdiff
path: root/lua/lvim/icons.lua
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2022-10-07 04:50:01 +0000
committerGitHub <[email protected]>2022-10-07 00:50:01 -0400
commit9dfb9ef250ba3e5a6696d8719cc2ff6b3e2ebdea (patch)
tree80ab07ffeab8eca9a2b1555732a38018229fbb6e /lua/lvim/icons.lua
parentf6402563abb3ace148168a27e7889c961dd94bfd (diff)
feat: add new copilot and other sources (#3171)
Diffstat (limited to 'lua/lvim/icons.lua')
-rw-r--r--lua/lvim/icons.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/lvim/icons.lua b/lua/lvim/icons.lua
index 40a83ac9..d0f0cf69 100644
--- a/lua/lvim/icons.lua
+++ b/lua/lvim/icons.lua
@@ -142,4 +142,13 @@ return {
Debug = "",
Trace = "✎",
},
+ misc = {
+ Robot = "ï®§",
+ Squirrel = "ï’ƒ",
+ Tag = "",
+ Watch = "",
+ Smiley = "ﲃ",
+ Package = "",
+ CircuitBoard = "ï’“",
+ },
}