aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/lsp_setup.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/lsp_setup.vim b/plugin/lsp_setup.vim
index 0349741..ef84f0e 100644
--- a/plugin/lsp_setup.vim
+++ b/plugin/lsp_setup.vim
@@ -10,7 +10,7 @@ function! s:vimlsp_installer()
if has('win32')
let l:command = substitute(l:command, '/', '\', 'g') . '.cmd'
else
- let l:command = substitute(l:command, '/', '\', 'g') . '.sh'
+ let l:command = l:command . '.sh'
endif
if !executable(l:command)
return ''