1
0
Fork 0
linux-conf/configs/nvim/lua/plugins/nvim-lspkind.lua

9 lines
105 B
Lua
Raw Normal View History

2021-08-06 14:25:03 +02:00
local function init()
require('lspkind').init {
with_text = true,
}
end
return {
init = init
}