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