Skip to content

Commit

Permalink
feat(vim): Update vim config and deps
Browse files Browse the repository at this point in the history
WIP: #8
  • Loading branch information
Derek Michael Frank committed Jul 17, 2016
1 parent 2d06778 commit 42391a2
Show file tree
Hide file tree
Showing 10 changed files with 77,178 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ atom.symlink/storage
atom.symlink/themes

git/gitconfig.local.symlink

vim/vim.symlink/backups/
vim/vim.symlink/bundle/
!vim/vim.symlink/bundle/repos/github.com/Shougo/dein.vim/
7 changes: 7 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[submodule "vim/vim.symlink/bundle/repos/github.com/Shougo/dein.vim"]
path = vim/vim.symlink/bundle/repos/github.com/Shougo/dein.vim
url = [email protected]:Shougo/dein.vim.git
branch = master
[submodule "modules/githooks"]
path = modules/githooks
url = [email protected]:defrank/githooks.git
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ brew 'roundup'
brew 'spaceman-diff'
brew 'spark'
brew 'todo-txt'
brew 'thes_silver_searcher'
brew 'unrar'
brew 'vim'
brew 'wget'
brew 'youtube-dl'

Expand Down
2 changes: 2 additions & 0 deletions vim/vim.symlink/bash-support/templates/Templates
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
|AUTHOR| = YOUR NAME
|COPYRIGHT| = Copyright (c) |YEAR|, |AUTHOR|
1 change: 1 addition & 0 deletions vim/vim.symlink/bundle/repos/github.com/Shougo/dein.vim
Submodule dein.vim added at a1bc04
Loading

0 comments on commit 42391a2

Please sign in to comment.