mirror of
1
0
Fork 0

Merge branch 'master' of github.com:amix/vimrc

This commit is contained in:
amix 2014-07-02 12:18:27 +01:00
commit b92f0f2eb1
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ I recommend reading the docs of these plugins to understand them better. Each of
* [goyo.vim](https://github.com/junegunn/goyo.vim) and [vim-zenroom2](https://github.com/amix/vim-zenroom2):
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-commentary](https://github.com/tpope/vim-commentary): Comment stuff out. Use `gcc` to comment out a line (takes a count), `gc` to comment out the target of a motion. `gcu` uncomments a set of adjacent commented lines.
* [syntastic](https://github.com/scrooloose/syntastic): Syntax checking hacks for vim
## Included color schemes

View File

@ -69,7 +69,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
shutil.move(plugin_temp_path, plugin_dest_path)
print 'Updated %s' % plugin_name
print('Updated {0}'.format(plugin_name))
if __name__ == '__main__':