Skip to content

Commit

Permalink
remove vundle, add vim-plug
Browse files Browse the repository at this point in the history
vim-plug gives more control over vim plugins, allowing me to set when a plugin loads, scripts to run on install, and more.
  • Loading branch information
nicknisi committed Aug 11, 2015
1 parent 0a75fcb commit 811064e
Show file tree
Hide file tree
Showing 5 changed files with 2,085 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
.netrwhist
vim/vim.symlink/bundle/
npm-debug.log
vim/vim.symlink/plugged/
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,6 +1,3 @@
[submodule "vim/vim.symlink/bundle/vundle"]
path = vim/vim.symlink/bundle/vundle
url = git@github.com:gmarik/vundle.git
[submodule ".config/base16-shell"]
path = .config/base16-shell
url = git@github.com:chriskempson/base16-shell.git

0 comments on commit 811064e

Please sign in to comment.