add config managment scripts

This commit is contained in:
2023-05-14 15:30:29 +00:00
parent ac8bf08674
commit a41ea5f1ca
4 changed files with 46 additions and 0 deletions

2
lua/mngr/init.lua Normal file
View File

@ -0,0 +1,2 @@
require('mngr.menu')
require('mngr.updates')