From 66ece5a1197a50940ad558c3c99b2d18dff9dce5 Mon Sep 17 00:00:00 2001 From: Amir Salihefendic Date: Sat, 31 Mar 2018 12:04:41 -0300 Subject: [PATCH] Fixed https://github.com/amix/vimrc/issues/334 --- README.md | 2 +- sources_non_forked/vim-zenroom2/README.markdown | 11 +---------- update_plugins.py | 1 - vimrcs/basic.vim | 15 +-------------- 4 files changed, 3 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 3b3b9754..67ffc0cf 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ I recommend reading the docs of these plugins to understand them better. Each pl * [vim-indent-object](https://github.com/michaeljsmith/vim-indent-object): Defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts * [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors): Sublime Text style multiple selections for Vim, CTRL+N is remapped to CTRL+S (due to YankRing) * [vim-yankstack](https://github.com/maxbrunsfeld/vim-yankstack): Maintains a history of previous yanks, changes and deletes -Remove all clutter and focus only on the essential. Similar to iA Writer or Write Room [Read more here](http://amix.dk/blog/post/19744) +* [vim-zenroom2](https://github.com/amix/vim-zenroom2) Remove all clutter and focus only on the essential. Similar to iA Writer or Write Room ## Included color schemes diff --git a/sources_non_forked/vim-zenroom2/README.markdown b/sources_non_forked/vim-zenroom2/README.markdown index ee852796..cbc6e33d 100644 --- a/sources_non_forked/vim-zenroom2/README.markdown +++ b/sources_non_forked/vim-zenroom2/README.markdown @@ -2,9 +2,6 @@ This is a Vim extension that emulates iA Writer environment when editing Markdow It requires [goyo.vim](https://github.com/junegunn/goyo.vim) and it works by setting global Goyo callbacks that triggers special setup for Markdown, reStructuredText and text files. -This is an improvement of my initial version called [vim-zenroom](https://github.com/amix/vim-zenroom). Please read more here [ -zenroom for Vim: Focusing only on the essential](http://amix.dk/blog/post/19744#zenroom-for-Vim-Focsuing-only-on-the-essential). - Please note that this might not work perfectly with your colorscheme. Patches are welcome to fix this :-) ## Installation and usage @@ -17,14 +14,8 @@ Additionally you may want to have a shortcut. Add this to your vimrc: nnoremap z :Goyo ## Inspirations/Similar + * [Writing Markdown With Style in Vim](http://astrails.com/blog/2013/8/12/writing-markdown-with-style-in-vim) * [lite-dfm](https://github.com/bilalq/lite-dfm) * [vimroom](https://github.com/mikewest/vimroom) * [vim-zenroom](https://github.com/amix/vim-zenroom) - - -## How it looks in action - -![Screenshot 3](http://amix.dk/uploads/zenroom_documentation.jpg) - -![Screenshot 4](http://amix.dk/uploads/zenroom_documentation_1.jpg) diff --git a/update_plugins.py b/update_plugins.py index 4ba696f7..02180e25 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -83,7 +83,6 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir): pass shutil.move(plugin_temp_path, plugin_dest_path) - print(zip_path) print('Updated {0}'.format(plugin_name)) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index d7dfbf83..11d1ed81 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -1,13 +1,6 @@ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Maintainer: -" Amir Salihefendic -" http://amix.dk - amix@amix.dk -" -" Version: -" 6.0 - 01/04/17 14:24:34 -" -" Blog_post: -" http://amix.dk/blog/post/19691#The-ultimate-Vim-configuration-on-Github +" Amir Salihefendic — @amix3k " " Awesome_version: " Get this config, nice color schemes and lots of plugins! @@ -16,12 +9,6 @@ " " https://github.com/amix/vimrc " -" Syntax_highlighted: -" http://amix.dk/vim/vimrc.html -" -" Raw_version: -" http://amix.dk/vim/vimrc.txt -" " Sections: " -> General " -> VIM user interface