Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujihisa/rdoc.vim
https://github.com/ujihisa/rdoc.vim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ujihisa/rdoc.vim
- Owner: ujihisa
- Created: 2010-01-02T16:21:26.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-02T16:37:47.000Z (almost 15 years ago)
- Last Synced: 2024-05-01T23:19:40.847Z (7 months ago)
- Language: VimL
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)