aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/nvim-lsp-installer.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim
index 0a3b29a6..b0a77865 100644
--- a/plugin/nvim-lsp-installer.vim
+++ b/plugin/nvim-lsp-installer.vim
@@ -43,7 +43,7 @@ endfunction
function! s:LspInstallLog() abort
let l:log_file = luaeval("require'nvim-lsp-installer.log'.outfile")
tabnew
- exe 'e' .. l:log_file
+ exe 'e ' .. l:log_file
endfunction
command! -nargs=+ -complete=custom,s:LspInstallCompletion LspInstall exe s:LspInstall("<args>")