From 9fb4d63957380621d7e3ad211b24eace2b1c128b Mon Sep 17 00:00:00 2001 From: momota Date: Wed, 22 Jun 2016 11:28:12 +0900 Subject: [PATCH] add images --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57fcd8b..4fbed2d 100644 --- a/README.md +++ b/README.md @@ -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`.