Setup gvim for lab comps.

This commit is contained in:
2017-10-17 04:01:18 -04:00
parent 6b6681aa4f
commit 0c3c05563d
5 changed files with 19 additions and 16 deletions

11
dotfiles/.vimrc-runtime Normal file
View File

@@ -0,0 +1,11 @@
set runtimepath+=~/.vim_runtime
source ~/.vim_runtime/vimrcs/basic.vim
source ~/.vim_runtime/vimrcs/filetypes.vim
source ~/.vim_runtime/vimrcs/plugins_config.vim
source ~/.vim_runtime/vimrcs/extended.vim
try
source ~/.vim_runtime/my_configs.vim
catch
endtry