aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/util.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-12-08 03:08:09 -0800
committerGitHub <noreply@github.com>2019-12-08 03:08:09 -0800
commit0082312e00e50efa0cbc71476ed0e5058deeead2 (patch)
tree6a82956534dcd80e8fabfe2cdfdadc925bae4af0 /lua/nvim_lsp/util.lua
parent:LspInstall : set complete fn to Lua fn (diff)
parent[docgen] Update README.md (diff)
downloadnvim-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/util.lua')
-rw-r--r--lua/nvim_lsp/util.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/util.lua b/lua/nvim_lsp/util.lua
index 0f96dd59..c57f21c7 100644
--- a/lua/nvim_lsp/util.lua
+++ b/lua/nvim_lsp/util.lua
@@ -327,7 +327,7 @@ function M.npm_installer(config)
local function install()
-- TODO(ashkan) need all binaries or just the first?
if M.has_bins(unpack(config.binaries)) then
- return print(config.server_name, "is already installed (not by neovim)")
+ return print(config.server_name, "is already installed (not by Nvim)")
end
if not M.has_bins("sh", "npm", "mkdir") then
api.nvim_err_writeln('Installation requires "sh", "npm", "mkdir"')