Skip to content

Commit

Permalink
fix(nvim): icons
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Jun 21, 2021
1 parent 78d841a commit 686136e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .config/nvim/after/plugin/lspconfig.rc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@ local on_attach = function(client, bufnr)
--protocol.SymbolKind = { }
protocol.CompletionItemKind = {
'', -- Text
'\u{f09a}', -- Method
'\u{0192}', -- Function
'\u{0192}', -- Constructor
'', -- Method
'', -- Function
'', -- Constructor
'', -- Field
'', -- Variable
'', -- Class
'\u{f417}', -- Interface
'\u{f40d}', -- Module
'', -- Interface
'', -- Module
'', -- Property
'', -- Unit
'\u{f89f}', -- Value
'', -- Value
'', -- Enum
'\u{f1de}', -- Keyword
'\u{e60b}', -- Snippet
'', -- Keyword
'', -- Snippet
'', -- Color
'', -- File
'\u{fa46}', -- Reference
'', -- Reference
'', -- Folder
'', -- EnumMember
'\u{f8fe}', -- Constant
'', -- Constant
'', -- Struct
'', -- Event
'', -- Operator
Expand Down

0 comments on commit 686136e

Please sign in to comment.