Skip to content
forked from momota/cisco.vim

Vim syntax for cisco configuration files.

Notifications You must be signed in to change notification settings

admbeck/cisco.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

cisco.vim

Vim syntax for Cisco (and other platforms with similar configuration syntax) switches and routers (show run or show start) files.

before

config_before

after

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/cisco.vim ~/.vim/bundle/cisco.vim
    
  1. Add the following configuration to your .vimrc.

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

Usage

Limited auto-detection is available based on file contents

Files ending with *.cisco will automatically receive the highlighting

Or execute :set ft=cisco

Differences from original

Changed commenting rules to better reflect real Cisco IOS behavior

About

Vim syntax for cisco configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%