Explorar el Código

fix(installer): don't set log level

Christian Chiarulli hace 2 años
padre
commit
5699a5e557
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      utils/installer/install.sh

+ 0 - 1
utils/installer/install.sh

@@ -445,7 +445,6 @@ function setup_lvim() {
   echo "Preparing Packer setup"
 
   "$INSTALL_PREFIX/bin/lvim" --headless \
-    -c "lua require('lvim.core.log'):set_level([[$LUNARVIM_LOG_LEVEL]])" \
     -c 'autocmd User PackerComplete quitall' \
     -c 'PackerSync'