mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/icons.lua: adding questionmark icon
This commit is contained in:
parent
60f5224e57
commit
ba84ff50f2
1 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ local iconset = {
|
||||||
-- hint = "",
|
-- hint = "",
|
||||||
-- },
|
-- },
|
||||||
--
|
--
|
||||||
|
question_mark = "",
|
||||||
info_circle_outline = "",
|
info_circle_outline = "",
|
||||||
exclamation_circle = "",
|
exclamation_circle = "",
|
||||||
exclamation_triangle = "",
|
exclamation_triangle = "",
|
||||||
|
|
@ -72,7 +73,7 @@ local iconset = {
|
||||||
|
|
||||||
-- Shapes
|
-- Shapes
|
||||||
circle = "",
|
circle = "",
|
||||||
circle_dot = "",
|
circle_dot = "",
|
||||||
circle_dotted = "◌",
|
circle_dotted = "◌",
|
||||||
plus = "",
|
plus = "",
|
||||||
minus = "",
|
minus = "",
|
||||||
|
|
@ -251,6 +252,7 @@ return {
|
||||||
Operator = iconset.math.plus_minus,
|
Operator = iconset.math.plus_minus,
|
||||||
TypeParameter = iconset.code.type_parameter,
|
TypeParameter = iconset.code.type_parameter,
|
||||||
Spell = iconset.wand,
|
Spell = iconset.wand,
|
||||||
|
Unknown = iconset.question_mark
|
||||||
},
|
},
|
||||||
filetypes = {
|
filetypes = {
|
||||||
php = "",
|
php = "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue