From 3c26fe7fec6568f26b9d52cff3c96f28f0d23bb8 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 2 Oct 2021 23:40:28 +0200 Subject: lower default log level to INFO (#119) --- plugin/nvim-lsp-installer.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugin') diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim index b0a77865..2cd3485b 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -41,9 +41,7 @@ function! s:LspInstallInfo() abort endfunction function! s:LspInstallLog() abort - let l:log_file = luaeval("require'nvim-lsp-installer.log'.outfile") - tabnew - exe 'e ' .. l:log_file + exe 'tabnew ' .. luaeval("require'nvim-lsp-installer.log'.outfile") endfunction command! -nargs=+ -complete=custom,s:LspInstallCompletion LspInstall exe s:LspInstall("") -- cgit v1.2.3-70-g09d2