junos.vim/README.md

53 lines
1.2 KiB
Markdown
Raw Normal View History

2016-06-21 14:43:17 +02:00
junos.vim
=========
Vim syntax for Junos configuration files.
2016-06-22 04:28:12 +02:00
| 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)
2016-06-24 03:37:32 +02:00
Author
======
[momota](https://github.com/momota)
2016-06-21 14:43:17 +02:00
License
=======
[MIT](http://opensource.org/licenses/MIT)
2016-06-21 14:56:12 +02:00
Installation
============
Manually
--------
1. Put all files under $VIM.
Pathogen
--------
1. Install with the following command.
git clone https://github.com/momota/junos.vim ~/.vim/bundle/junos.vim
2016-06-22 04:28:12 +02:00
[NeoBundle](https://github.com/Shougo/neobundle.vim)
----------------------------------------------------
2016-06-21 14:56:12 +02:00
1. Add the following configuration to your `.vimrc`.
NeoBundle 'momota/junos.vim'
2. Install with `:NeoBundleInstall`.
2016-06-24 03:37:32 +02:00
Usage
=====
Save junos configuration file as `*.junos`.
Or execute `:set ft=junos`