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

View File

@ -13,3 +13,6 @@ require('snippet.shorthands')
for _, file in ipairs(vim.fn.readdir(vim.fn.stdpath('config')..'/lua/snippet', [[v:val =~ '\.lua$']])) do
require('snippet.'..file:gsub('%.lua$', ''))
end
-- call the config manager ----------------------------------------------------
require('mngr')