Vim syntax for Junos configuration files
ftdetect | ||
syntax | ||
README.md |
junos.vim
Vim syntax for Junos configuration files.
License
Installation
Manually
- Put all files under $VIM.
Pathogen
-
Install with the following command.
git clone https://github.com/momota/junos.vim ~/.vim/bundle/junos.vim
NeoBundle (https://github.com/Shougo/neobundle.vim)
-
Add the following configuration to your
.vimrc
.NeoBundle 'momota/junos.vim'
-
Install with
:NeoBundleInstall
.