https://github.com/ocaml/vim-ocaml
Vim runtime files for OCaml
https://github.com/ocaml/vim-ocaml
Last synced: about 1 year ago
JSON representation
Vim runtime files for OCaml
- Host: GitHub
- URL: https://github.com/ocaml/vim-ocaml
- Owner: ocaml
- Created: 2014-11-29T15:25:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T16:03:22.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T23:53:27.420Z (about 1 year ago)
- Language: Vim Script
- Size: 124 KB
- Stars: 83
- Watchers: 16
- Forks: 40
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-ocaml
Vim runtime files for OCaml. These are synced periodically with the builtin
support that comes with Vim. Users are recommended to use this repository
directly however as it's more up to date.
## Installation
Depending on your plugin manager:
```vim
Plugin 'ocaml/vim-ocaml'
```
```vim
NeoBundleInstall ocaml/vim-ocaml'
" or use NeoBundleLazy
NeoBundleLazy 'rgrinberg/vim-ocaml', {'autoload' : {'filetypes' :
\ ['ocaml', 'dune', 'opam', 'oasis', 'omake', 'ocamlbuild_tags', 'sexplib']}}
```
## History
This repo started out by @rgrinberg extracting Markus Mottl's improvements to
the builtin OCaml support in Vim. Later, support for more OCaml related tools
was added: dune, opam etc. Nowadays, it's maintained by a team.