Vim syntax for Junos configuration files
Find a file
2016-06-23 17:17:34 +09:00
ftdetect [mod]delete date 2016-06-23 14:45:04 +09:00
syntax [mod]add keywords 2016-06-23 17:17:34 +09:00
README.md add images 2016-06-22 11:28:12 +09:00

junos.vim

Vim syntax for Junos configuration files.

                               | before | after

-----------------------------------|--------|------ show configuration | config_before | config_after show configuration | display set |config-set_before | config_after

License

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
    

NeoBundle

  1. Add the following configuration to your .vimrc.

     NeoBundle 'momota/junos.vim'
    
  2. Install with :NeoBundleInstall.