from Hacker News

(Getting started with) OCaml for the impatient

by adambard on 8/29/17, 6:06 PM with 1 comments

  • by chillee on 8/30/17, 5:25 PM

    Developer of VsCodeVim here: First off, very useful article. Several of my friends have had trouble setting up ocaml, and this is a good primer.

    Also appreciate the comment on VsCodeVim :) Just wanted to note that although we do use neovim for some things (namely Ex commands), full neovim integration is still quite a bit away. This is the PR to track for that work. https://github.com/VSCodeVim/Vim/pull/1897