This website requires JavaScript.
Explore
Help
Register
Sign In
pt
/
nvchad
Watch
1
Star
0
Fork
0
You've already forked nvchad
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a256591e90
nvchad
/
lua
/
core
/
custom.lua
6 lines
92 B
Lua
Raw
Normal View
History
Unescape
Escape
cleanup!
2021-11-13 11:29:31 -05:00
local
moduleExists
=
pcall
(
require
,
"
custom
"
)
feat: Add custom scripts and hook based setup This commit introduces a hook system that allows the user to add custom modules which can use these hooks to invoke function af specific NvChad events to allow for extending og functionality
2021-08-24 15:45:59 -04:00
cleanup!
2021-11-13 11:29:31 -05:00
if
moduleExists
then
require
"
custom
"
feat: Add custom scripts and hook based setup This commit introduces a hook system that allows the user to add custom modules which can use these hooks to invoke function af specific NvChad events to allow for extending og functionality
2021-08-24 15:45:59 -04:00
end
Reference in New Issue
Copy Permalink