6 lines
66 B
Lua
6 lines
66 B
Lua
|
pcall(
|
||
|
function()
|
||
|
require("lspkind").init()
|
||
|
end
|
||
|
)
|