소스 검색

fix(installer): don't set log level

Christian Chiarulli 2 년 전
부모
커밋
5699a5e557
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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'