Skip to content
forked from momota/junos.vim

Vim syntax for Junos configuration files

Notifications You must be signed in to change notification settings

pl0pix/junos.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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
    
  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

About

Vim syntax for Junos configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%