Skip to content

camroncade/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up on a new environment

Includes my preferred configuration and theme, syntax support for blade, and the NERDTREES navbar.

  1. Clone dotvim.
$ git clone https://github.com/camroncade/vim-config.git
  1. Rename vim-config folder
$ mv ~/vim-config ~/.vim
  1. soft link vimrc
$ ln -s ~/.vim/.vimrc ~/.vimrc
  1. Seting up Vundle
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  1. Installing the packages open vim and execute :BundleInstall

Note: This inclues UltiSnips, which requires that vim is compiled with py3. Use homebrew to install macvim with python 3:

$ brew install macvim --with-pythin --with-override-system-vim

License

MIT

About

Settings for vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published