Skip to content

Commit d602961

Browse files
Merge pull request #19 from JakobGM/patch-1
Add instructions for neovim text editor
2 parents 650ceef + 3ce93f5 commit d602961

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ Clients have been implemented for:
2626
- Visual Studio Code ([Bash IDE][vscode-marketplace])
2727
- Atom ([ide-bash][ide-bash]).
2828

29+
#### Neovim
30+
Install the plugin [autozimu/LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) and add the following configuration to ``init.vim``:
31+
32+
```vim
33+
let g:LanguageClient_serverCommands = {
34+
\ 'sh': ['bash-language-server', 'start']
35+
\ }
36+
```
37+
2938
## Development Guide
3039

3140
Please see [docs/development-guide][dev-guide] for more information.

0 commit comments

Comments
 (0)