mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +02:00
lspkind
This commit is contained in:
parent
0b76e8f7b4
commit
16b711d9b0
1 changed files with 26 additions and 0 deletions
26
lua/nv-lspkind/init.lua
Normal file
26
lua/nv-lspkind/init.lua
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
-- symbols for autocomplete
|
||||||
|
require('lspkind').init({
|
||||||
|
with_text = false,
|
||||||
|
symbol_map = {
|
||||||
|
Text = ' ',
|
||||||
|
Method = ' ',
|
||||||
|
Function = ' ',
|
||||||
|
Constructor = ' ',
|
||||||
|
Variable = '[]',
|
||||||
|
Class = ' ',
|
||||||
|
Interface = ' 蘒',
|
||||||
|
Module = ' ',
|
||||||
|
Property = ' ',
|
||||||
|
Unit = ' 塞 ',
|
||||||
|
Value = ' ',
|
||||||
|
Enum = ' 練',
|
||||||
|
Keyword = ' ',
|
||||||
|
Snippet = ' ',
|
||||||
|
Color = '',
|
||||||
|
File = '',
|
||||||
|
Folder = ' ﱮ ',
|
||||||
|
EnumMember = ' ',
|
||||||
|
Constant = ' ',
|
||||||
|
Struct = ' '
|
||||||
|
},
|
||||||
|
})
|
Loading…
Add table
Add a link
Reference in a new issue