Vim syntax for Junos configuration files
Find a file
2022-04-28 13:35:51 +02:00
ftdetect Update 'ftdetect/junoscli.vim' 2022-04-28 13:35:51 +02:00
syntax Update 'syntax/junoscli.vim' 2022-04-28 13:35:35 +02:00
README.md [mod]add usage description 2016-06-24 10:37:32 +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

Author

momota

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.

Usage

Save junos configuration file as *.junos.

Or execute :set ft=junos