add images
This commit is contained in:
parent
c83759bc14
commit
9fb4d63957
1 changed files with 7 additions and 2 deletions
|
@ -3,6 +3,11 @@ junos.vim
|
|||
|
||||
Vim syntax for Junos configuration files.
|
||||
|
||||
| before | after
|
||||
-----------------------------------|--------|------
|
||||
`show configuration` | ![config_before](http://momota.github.io/images/20160622_junos-confg_before.png) | ![config_after](http://momota.github.io/images/20160622_junos-confg_after.png)
|
||||
`show configuration | display set` |![config-set_before](http://momota.github.io/images/20160622_junos-confg-set_before.png) | ![config_after](http://momota.github.io/images/20160622_junos-confg-set_after.png)
|
||||
|
||||
License
|
||||
=======
|
||||
|
||||
|
@ -24,8 +29,8 @@ Pathogen
|
|||
|
||||
git clone https://github.com/momota/junos.vim ~/.vim/bundle/junos.vim
|
||||
|
||||
NeoBundle (https://github.com/Shougo/neobundle.vim)
|
||||
---------
|
||||
[NeoBundle](https://github.com/Shougo/neobundle.vim)
|
||||
----------------------------------------------------
|
||||
|
||||
1. Add the following configuration to your `.vimrc`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue