11 lines
183 B
Lua
11 lines
183 B
Lua
-- VSCode–style pictograms for Neovim completion items
|
||
return {
|
||
'onsails/lspkind-nvim',
|
||
enabled = true,
|
||
lazy = true,
|
||
opts = {
|
||
mode = 'symbol',
|
||
preset = 'default',
|
||
}
|
||
}
|