Skip to content

Commit

Permalink
Add new icons
Browse files Browse the repository at this point in the history
Hopefully these will be nicer
  • Loading branch information
stellarhoof committed Jul 29, 2021
1 parent 3469f0c commit 9010f03
Showing 1 changed file with 25 additions and 20 deletions.
45 changes: 25 additions & 20 deletions lua/lspkind/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,31 @@ local kind_presets = {
default = {
-- if you change or add symbol here
-- replace corresponding line in readme
Text = '',
Method = 'ƒ',
Function = '',
Constructor = '',
Variable = '',
Class = '',
Interface = '',
Module = '',
Property = '',
Unit = '',
Value = '',
Enum = '',
Keyword = '',
Snippet = '',
Color = '',
File = '',
Folder = '',
EnumMember = '',
Constant = '',
Struct = ''
Text = "",
Method = "",
Function = "",
Constructor = "",
Field = "",
Variable = "",
Class = "",
Interface = "",
Module = "",
Property = "",
Unit = "",
Value = "",
Enum = "",
Keyword = "",
Snippet = "",
Color = "",
File = "",
Reference = "",
Folder = "",
EnumMember = "",
Constant = "",
Struct = "",
Event = "",
Operator = "",
TypeParameter = ""
},
codicons = {
Text = "",
Expand Down

0 comments on commit 9010f03

Please sign in to comment.