diff --git a/README.md b/README.md index 2322ebb3f..b18ad2441 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The following editors and IDEs have available clients: - Atom ([ide-bash][ide-bash]) - Vim (see below) - Neovim (see below) +- [Oni](https://github.com/onivim/oni) (see below) #### Vim @@ -54,6 +55,15 @@ let g:LanguageClient_serverCommands = { \ } ``` +#### Oni + +On the config file (`File -> Preferences -> Edit Oni config`) add the following configuration: + +```javascript +"language.bash.languageServer.command": "bash-language-server", +"language.bash.languageServer.arguments": ["start"], +``` + ## Development Guide Please see [docs/development-guide][dev-guide] for more information.