1
0
mirror of https://github.com/ViViDboarder/vim-settings.git synced 2025-03-10 01:16:14 +00:00

9 lines
148 B
VimL
Raw Normal View History

2021-08-24 09:55:37 -07:00
" Maybe load init.lua
if has('nvim-0.5')
lua require('init')
else
set runtimepath+='~/.vim'
source ~/.vim/autoload/*
2021-08-24 09:55:37 -07:00
source ~/.vim/init.vim
end