preparing to convert over to lua for nvim

This commit is contained in:
z3rOR0ne 2022-04-23 06:03:55 -07:00
parent 9980596a65
commit f371d214c1
5 changed files with 215 additions and 3 deletions

3
nvim/init.lua Normal file
View file

@ -0,0 +1,3 @@
require('packages')
require('config')
require('keybindings')