Skip to content

Instantly share code, notes, and snippets.

@dedeibel
Last active January 12, 2019 11:37
Show Gist options
  • Save dedeibel/f1cced4e4f9c898bd8d3331f9a1417dd to your computer and use it in GitHub Desktop.
Save dedeibel/f1cced4e4f9c898bd8d3331f9a1417dd to your computer and use it in GitHub Desktop.
vim bundles
config
let g:ctrlp_map = '<c-r>'
map <C-a-n> :NERDTreeToggle<CR>
map <C-l> :NERDTreeFind<CR>
bundles:
https://github.com/mileszs/ack.vim.git
https://github.com/vim-scripts/bufexplorer.zip.git
https://github.com/ctrlpvim/ctrlp.vim.git
https://github.com/scrooloose/nerdtree.git
https://github.com/kien/rainbow_parentheses.vim.git
git://github.com/tpope/vim-classpath.git
git://github.com/guns/vim-clojure-static.git
https://github.com/tpope/vim-fireplace.git
https://github.com/fatih/vim-go.git
https://github.com/Valloric/YouCompleteMe.git
for i in * ; do echo $i ; cd $i ; git pull ; git gc ; cd .. ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment