my config files
-
Vim dockfiles require VundleVim to work, run the below command in terminal. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
Put the below code in ~/.vimrc
if filereadable(expand("~/Dotfiles/vim/.vimrc")) source ~/Dotfiles/vim/.vimrc endif