mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 21:40:37 +00:00
d16ffabcfd
first commit of Refactor handle require errors move config from other places to proper files don't create a pseudo config function for no reason https://github.com/siduck76/NvChad/pull/156#issuecomment-881453546
5 lines
66 B
Lua
5 lines
66 B
Lua
pcall(
|
|
function()
|
|
require("lspkind").init()
|
|
end
|
|
)
|