1
0
Fork 0
dotfiles/dot_config/nvim/lua/plugins/nvim-lspkind.lua

9 lines
105 B
Lua
Raw Normal View History

2022-04-13 21:54:22 +02:00
local function init()
require('lspkind').init {
with_text = true,
}
end
return {
init = init
}