Skip to content

Instantly share code, notes, and snippets.

@rhysd
Created April 15, 2014 10:44
Show Gist options
  • Save rhysd/10722042 to your computer and use it in GitHub Desktop.
Save rhysd/10722042 to your computer and use it in GitHub Desktop.
diff --git a/vimrc b/vimrc
index 22deaf5..b7211dc 100644
--- a/vimrc
+++ b/vimrc
@@ -1070,6 +1070,12 @@ NeoBundleLazy 'rbtnn/puyo.vim', {
\ }
\ }
+NeoBundleLazy 'thinca/vim-threes', {
+ \ 'autoload' : {
+ \ 'commands' : 'ThreesStart'
+ \ }
+ \ }
+
NeoBundleLazy 'itchyny/calendar.vim', {
\ 'autoload' : {
\ 'commands' : {'name' : 'Calendar', 'complete' : 'customlist,calendar#argument#complete'},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment