Initial Commit

This commit is contained in:
Lorenzo Good 2025-05-16 18:11:06 -05:00
commit d18f18fc29
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
28 changed files with 1415 additions and 0 deletions

View file

@ -0,0 +1,10 @@
local function init()
require 'FoehammerVim.vim'.init()
require 'FoehammerVim.theme'.init()
require 'FoehammerVim.languages'.init()
require 'FoehammerVim.telescope'.init()
end
return {
init = init,
}