From 366bdb715ccefeb1dcee14ec2eddba8e1427d521 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 5 May 2014 03:02:19 -0400 Subject: [PATCH] Added the goyo plugin, which hides everything that isn't your document for more distraction-free development --- .gitmodules | 3 +++ vim/bundle/goyo.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/goyo.vim diff --git a/.gitmodules b/.gitmodules index 8181d1b..3445ab9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,6 @@ [submodule "vim/bundle/rust.vim"] path = vim/bundle/rust.vim url = https://github.com/wting/rust.vim.git +[submodule "vim/bundle/goyo.vim"] + path = vim/bundle/goyo.vim + url = https://github.com/junegunn/goyo.vim.git diff --git a/vim/bundle/goyo.vim b/vim/bundle/goyo.vim new file mode 160000 index 0000000..5bea57e --- /dev/null +++ b/vim/bundle/goyo.vim @@ -0,0 +1 @@ +Subproject commit 5bea57ebf5ef1ef0b5ebf2e6cc6062bf94cd87f2