mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 13:30:41 +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
69 B
Lua
5 lines
69 B
Lua
pcall(
|
|
function()
|
|
require("neoscroll").setup()
|
|
end
|
|
)
|