https://github.com/cycoresystems/vim-cisco-ios
Pathogen-style plugin for cisco IOS for Vim
https://github.com/cycoresystems/vim-cisco-ios
Last synced: 8 months ago
JSON representation
Pathogen-style plugin for cisco IOS for Vim
- Host: GitHub
- URL: https://github.com/cycoresystems/vim-cisco-ios
- Owner: CyCoreSystems
- Created: 2013-07-01T18:13:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T21:15:43.000Z (over 10 years ago)
- Last Synced: 2025-02-25T15:03:43.168Z (over 1 year ago)
- Language: VimL
- Size: 124 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vim-cisco-ios
=============
Pathogen-style plugin for cisco IOS for Vim
Syntax config file ripped from [t9md/vim-starter-kit](https://github.com/t9md/vim-starter-kit)
This is pretty basic, so pull requests are definitely welcome.
Installation
------------
First, install [tpope/vim-pathogen](https://github.com/tpope/vim-pathogen).
Then, install this plugin into `~/.vim/bundle`:
```Shell
$ cd ~/.vim/bundle
$ git clone https://github.com/CyCoreSystems/vim-cisco-ios
```
Detection
---------
There are three filetype detection methods:
* .cisco
* .cisco.cfg
* First line beginning with `!`, second line beginning with `version`
You can also manually declare the filetype from within vim by `:set ft=cisco`