Skip to content

Instantly share code, notes, and snippets.

@jeffreysbrother
Created February 10, 2016 23:19
Show Gist options
  • Save jeffreysbrother/b3d297e60a5ae9cba503 to your computer and use it in GitHub Desktop.
Save jeffreysbrother/b3d297e60a5ae9cba503 to your computer and use it in GitHub Desktop.
this is my functioning .vimrc file (before updating it according to the ctrlpvim suggestions)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment