mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-06 15:20:25 +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
6 lines
69 B
Lua
6 lines
69 B
Lua
pcall(
|
|
function()
|
|
require("neoscroll").setup()
|
|
end
|
|
)
|