Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
roxma committed Oct 14, 2017
1 parent 13a7efb commit fb530fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ com -nargs=1 Hello call s:hello.request(<f-args>)

## Example for existing neovim rplugin porting to Vim 8

Considering this simple rplugin.
A full demo could be found at
[nvim-typescript#84](https://github.com/mhartington/nvim-typescript/pull/84).

Now let's consider the following simple rplugin.

After `UpdateRemotePlugins` and restarting neovim, you get `foobar` by `:echo
Bar()`.
Expand Down

0 comments on commit fb530fc

Please sign in to comment.