Create init.lua

This commit is contained in:
Rawley Fowler 2022-07-24 20:21:49 -06:00 committed by GitHub
parent 169096e245
commit 54264896c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
neovim/lua/rf/init.lua Normal file
View file

@ -0,0 +1,2 @@
require('rf.set')
require('rf.packer')