Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ujihisa/rdoc.vim


https://github.com/ujihisa/rdoc.vim

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# RDoc.Vim

## INSTALL

* Copy `syntax/rdoc.vim` on your systen as `~/.vim/syntax/rdoc.vim`
or just use this directly.
* Write `ftdetect/rdoc.vim` as the below:

autocmd BufRead,BufNewFile *.rd,*.rdoc set filetype=rdoc

* (I tried to use it here but it didn't work)