You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB
Markdown

8 years ago
junos.vim
=========
Vim syntax for Junos configuration files.
8 years ago
| 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)
8 years ago
License
=======
[MIT](http://opensource.org/licenses/MIT)
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
8 years ago
[NeoBundle](https://github.com/Shougo/neobundle.vim)
----------------------------------------------------
1. Add the following configuration to your `.vimrc`.
NeoBundle 'momota/junos.vim'
2. Install with `:NeoBundleInstall`.