nvim-configs/lua/plugin/lspkind.lua

7 lines
65 B
Lua

local M = {
'onsails/lspkind.nvim',
config = true,
}
return M