This commit is contained in:
parent
66472a20db
commit
66ece5a119
4 changed files with 3 additions and 26 deletions
|
@ -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
|
||||
|
|
|
@ -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 <silent> <leader>z :Goyo<cr>
|
||||
|
||||
## 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)
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue