dotfiles

Author: Kyle Fuller <kyle@mentallyfriendly.com> 2013-08-07 17:56:08 +0100 +0100
Committer: Kyle Fuller <kyle@mentallyfriendly.com> 2013-08-07 18:05:26 +0100 +0100
Commit: f45b58b576dea1c9b5e437c53421ee0ba5b183e0
Parent: 65b8793d43191b9589943ec5a0446ad509e84331


Add taskpaper and gist vim plugin
diff --git a/.gitmodules b/.gitmodules
index 4c5cb471f69f3f6d98ade6698dfabd5c8b8688dc..53dbd93f4d8bd1b1977c31297647aea7f3aabae6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,3 +16,9 @@ 	url = https://github.com/kien/ctrlp.vim.git
 [submodule ".vim/bundle/flake8"]
 	path = .vim/bundle/flake8
 	url = https://github.com/nvie/vim-flake8.git
+[submodule ".vim/bundle/taskpaper"]
+	path = .vim/bundle/taskpaper
+	url = https://github.com/davidoc/taskpaper.vim
+[submodule ".vim/bundle/gist"]
+	path = .vim/bundle/gist
+	url = https://github.com/mattn/gist-vim
diff --git a/.vimrc b/.vimrc
index 09507448c86d2629c31ca3c1322cc13699651952..344923175f6452e8c0c0419ed9f960d4c73d74d0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -75,3 +75,7 @@ command Q q
 command Wq wq
 command WQ wq 
 
+" Gist
+let g:gist_clip_command = 'pbcopy'
+let g:gist_post_private = 1
+