diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-08 03:08:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-08 03:08:09 -0800 |
| commit | 0082312e00e50efa0cbc71476ed0e5058deeead2 (patch) | |
| tree | 6a82956534dcd80e8fabfe2cdfdadc925bae4af0 /lua/nvim_lsp/elmls.lua | |
| parent | :LspInstall : set complete fn to Lua fn (diff) | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-lspconfig-0082312e00e50efa0cbc71476ed0e5058deeead2.tar nvim-lspconfig-0082312e00e50efa0cbc71476ed0e5058deeead2.tar.gz nvim-lspconfig-0082312e00e50efa0cbc71476ed0e5058deeead2.tar.bz2 nvim-lspconfig-0082312e00e50efa0cbc71476ed0e5058deeead2.tar.lz nvim-lspconfig-0082312e00e50efa0cbc71476ed0e5058deeead2.tar.xz nvim-lspconfig-0082312e00e50efa0cbc71476ed0e5058deeead2.tar.zst nvim-lspconfig-0082312e00e50efa0cbc71476ed0e5058deeead2.zip | |
Merge #62 'revise docs; remove Vimscript wrapper'
Diffstat (limited to 'lua/nvim_lsp/elmls.lua')
| -rw-r--r-- | lua/nvim_lsp/elmls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/elmls.lua b/lua/nvim_lsp/elmls.lua index 69a84f3e..46799c4a 100644 --- a/lua/nvim_lsp/elmls.lua +++ b/lua/nvim_lsp/elmls.lua @@ -57,7 +57,7 @@ skeleton[server_name] = { description = [[ https://github.com/elm-tooling/elm-language-server#installation -If you don't want to use neovim to install it, then you can use: +If you don't want to use Nvim to install it, then you can use: ```sh npm install -g elm elm-test elm-format @elm-tooling/elm-language-server ``` |
