Initial Commit
This commit is contained in:
commit
d18f18fc29
28 changed files with 1415 additions and 0 deletions
10
nvim/config/lua/FoehammerVim/init.lua
Executable file
10
nvim/config/lua/FoehammerVim/init.lua
Executable 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue