moved vim options to separate file

This commit is contained in:
Justin Bird 2023-10-22 19:31:54 -07:00
parent 9b256d9368
commit d07758bb0b
4 changed files with 100 additions and 44 deletions

2
lua/custom/init.lua Normal file
View file

@ -0,0 +1,2 @@
require("custom.options")
require("custom.keymap")