nvim: Add array LSP icon
This commit is contained in:
parent
099c44acbf
commit
f689291b12
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
(let [mod {}
|
||||
current-function-symbols {:Class " "
|
||||
current-function-symbols {:Array "ﴳ "
|
||||
:Class " "
|
||||
:Enum "ﴳ "
|
||||
:Function " "
|
||||
:Interface " "
|
||||
|
|
Loading…
Reference in a new issue