mirror of
https://github.com/amix/vimrc
synced 2024-11-15 08:27:13 +00:00
Updated a bit the README.md
This commit is contained in:
parent
d2ee0c4c00
commit
4ddd1c51ef
1 changed files with 5 additions and 2 deletions
|
@ -4,8 +4,8 @@ Over the last 8 years I have used and tweaked Vim. This is my Ultimate vimrc.
|
|||
|
||||
There are two versions:
|
||||
|
||||
* **Basic**: which is located at [basic.vim](https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim). If you want something small just copy this into your ~/.vimrc and you will have a great basic setup
|
||||
* **Awesome**: this includes a ton of useful plugins, color schemes and configurations etc.
|
||||
* **Basic**: If you want something small just copy [basic.vim](https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim) into your ~/.vimrc and you will have a great basic setup
|
||||
* **Awesome**: This includes a ton of useful plugins, color schemes and configurations
|
||||
|
||||
I would of course recommend using the awesome version.
|
||||
|
||||
|
@ -29,12 +29,15 @@ The awesome version includes a lot of great plugins, configurations and color sc
|
|||
## Some screenshots
|
||||
|
||||
Colors when editing a Python file:
|
||||
|
||||
![Screenshot 1](http://files1.wedoist.com/e952fdb343b1e617b90d256e474d0370/as/screenshot_1.png)
|
||||
|
||||
Opening recently opened files [mru.vim](https://github.com/vim-scripts/mru.vim):
|
||||
|
||||
![Screenshot 2](http://files1.wedoist.com/1967b0e48af40e513d1a464e08196990/as/screenshot_2.png)
|
||||
|
||||
Seeing opened buffers [bufexplorer.zip](https://github.com/vim-scripts/bufexplorer.zip):
|
||||
|
||||
![Screenshot 3](http://files1.wedoist.com/88eeb6ff36cf88d062e73c87af482d9c/as/screenshot_3.png )
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue