Skip to content

Commit fab17eb

Browse files
committed
Update docs
1 parent 13510e4 commit fab17eb

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.mkd

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,13 @@ call dein#add('ionide/Ionide-vim', {
7676
\ })
7777
~~~
7878

79-
#### Installing on Windows
80-
81-
Run `install.cmd`.
79+
#### Installing manually
8280

83-
### 3. Setting up the language client
81+
Clone Ionide-vim to some runtimepath and run `make fsautocomplete`.
8482

85-
Once you installed, add the following to somewhere in your `.vimrc`:
86-
87-
```vim
88-
let g:LanguageClient_serverCommands = {
89-
\ 'fsharp': g:fsharp#languageserver_command
90-
\ }
91-
```
83+
#### Installing on Windows
9284

93-
This will configure FSAC to be used from LanguageClient-neovim.
85+
Run `install.cmd`.
9486

9587
## Usage
9688

0 commit comments

Comments
 (0)