circos.vim : Syntax file for Circos visualization program conf files
| script karma |
Rating 0/0,
Downloaded by 522 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Jose Manuel Pavon |
| |
| script type |
| syntax |
| |
| description |
Circos http://mkweb.bcgsc.ca/circos is a visualization program for genes, but can also be used for anything you would like to visualize as a circle with relationships.
This syntax file helps edit circos.conf, ideogram.conf and ticks.conf. |
| |
| install details |
Copy circos.vim to your ~/.vim/syntax/ directory
On your configuration file ~/.vimrc add the following lines:
augroup filetype
au! BufNewFile,BufRead circos*conf,ideogram*conf,ticks*conf set ft=circos ai textwidth=80 formatoptions=tcroqn2 comments=n:>
augroup END
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|