From 8f6720f6bc7d439cc839837c588d232d0848d029 Mon Sep 17 00:00:00 2001 From: Sagar Jauhari Date: Thu, 1 Jan 2015 03:11:57 -0500 Subject: [PATCH 1/2] Added links to goyo and vim-zenroom plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 792584bf..3b30b76f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Opening recently opened files [mru.vim](https://github.com/vim-scripts/mru.vim): This vimrc even works on Windows! ![Screenshot 4](http://files1.wedoist.com/4e85163d97b81422240c822c82022f2f/as/screenshot_4.png) -Distraction free mode (using goyo.vim and vim-zenroom2): +Distraction free mode using [goyo.vim](https://github.com/junegunn/goyo.vim) and [vim-zenroom2](https://github.com/amix/vim-zenroom2): ![Screenshot 5](https://d2dq6e731uoz0t.cloudfront.net/a5182977c3d6c2a6cd3f9e97398ca8ca/as/zen_mode.jpg) From 0f694fac46977f9d9acb123621de842a063a5ca1 Mon Sep 17 00:00:00 2001 From: Druiced Date: Fri, 16 Jan 2015 01:43:18 -0800 Subject: [PATCH 2/2] Note to install ctags --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 792584bf..c12f2ef6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The awesome version includes a lot of great plugins, configurations and color sc git clone git://github.com/amix/vimrc.git ~/.vim_runtime sh ~/.vim_runtime/install_awesome_vimrc.sh +The taglist.vim plugin will require ctags (http://ctags.sourceforge.net) (Debian: apt-get install ctags) + I also recommend using [Source Code Pro font from Adobe](http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1960) (it's free and awesome font for writing and programming). The Awesome vimrc is already setup to try to use it ## How to install on Windows?