Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ DeVries committed Dec 21, 2016
1 parent 055b35c commit 93c3bc6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ let g:langserver_executables = {
\ }
```

To start the language server, run the command:

```vim
:LSPStart
```

After starting the language server, you should be able to run commands like:

```vim
:LSPGoto
:LSPHover
```

and some more to come.

More configuration to come...

## Plans
Expand Down

0 comments on commit 93c3bc6

Please sign in to comment.