File structure change

- Create config directory for vim options and keymaps
- update import in init.lua
This commit is contained in:
Justin Bird 2023-10-23 21:44:20 -07:00
parent 37107fb8e6
commit 5e9e40c978
5 changed files with 4 additions and 5 deletions

View file

@ -0,0 +1,2 @@
require("options")
require("keymaps")