Skip to content

momota/cisco.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

About

Vim syntax for cisco configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published