mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
8 lines
160 B
Lua
8 lines
160 B
Lua
-- lspkind-nvim
|
|
-- https://github.com/onsails/lspkind-nvim
|
|
|
|
local status, lspkind = pcall(require, 'lspkind')
|
|
if (not status) then return end
|
|
|
|
lspkind.init({})
|