vim-config/vimrc

7 lines
107 B
VimL

" Load the main vim file
let $VIM = '@@HOME@@/.vim'.'/init.vim'
if filereadable($VIM)
source $VIM
endif