This website requires JavaScript.
Explore
Help
Sign In
PlexSheep
/
neovim-confs
Watch
1
Star
1
Fork
You've already forked neovim-confs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
b4c50fa443
neovim-confs
/
lua
/
core
/
custom.lua
6 lines
92 B
Lua
Raw
Normal View
History
Unescape
Escape
cleanup!
2021-11-13 17:29:31 +01: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 21:45:59 +02:00
cleanup!
2021-11-13 17:29:31 +01: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 21:45:59 +02:00
end