Vim syntax for Junos configuration files
Find a file
2016-06-22 10:05:43 +09:00
ftdetect initial commit 2016-06-21 21:43:17 +09:00
syntax fix indent 2016-06-22 10:05:43 +09:00
README.md add how to install 2016-06-21 21:56:12 +09:00

junos.vim

Vim syntax for Junos configuration files.

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 (https://github.com/Shougo/neobundle.vim)

  1. Add the following configuration to your .vimrc.

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