Initial commit

This commit is contained in:
Devin Lumley 2021-04-17 17:28:50 -07:00
commit 0ad164cf5e
10 changed files with 745 additions and 0 deletions

3
nvim/init.vim Normal file
View file

@ -0,0 +1,3 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vimrc