Skip to content

Instantly share code, notes, and snippets.

@dedeibel
Last active January 12, 2019 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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