From 3e2f468aa4dc8277362ad2a22aff2b44d68f5ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adelar=20da=20Silva=20Queir=C3=B3z?= Date: Thu, 19 Jul 2018 19:06:23 -0300 Subject: [PATCH] Add Oni Client --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.