vim-reason-plus
vim-reason-plus copied to clipboard
Reason Vim editor integration
Probably a stupid question, but I'm not sure how I can utilize autocomplete with this vim plugin. I would like to be able to do something like type in `ReactDOMRe.`,...
Fix for issue #16
Fix in PR #13.
If you pass a list that spans over multiple lines to a function, each element will have the same indentation as the opening square bracket. ``` let myFunc = l:...
I'm using https://github.com/prabirshrestha/vim-lsp/wiki/Servers-OCaml---Reason to do the language server binding but when I call `:LspDocumentFormat` on a file, it messes it up quite hard. It starts indenting a lot of the...
The package `reason-cli` was required to make this work. Add a reference to it in the readme. From https://github.com/autozimu/LanguageClient-neovim/issues/308
Given this file contents: ``` json |> Js.Json.decodeObject >>= doc => doc |> Json.getString("email") ``` If my cursor is on the first line, and I press `J` for `Join`, the...