diff options
author | Christian Chiarulli <[email protected]> | 2022-10-08 18:31:02 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2022-10-08 18:31:02 -0400 |
commit | 5699a5e5573b0766a37b7f115bc49efd52a00822 (patch) | |
tree | eb12b481373ef395bcd93dcec7819a5406a37ea7 /utils/installer/install.sh | |
parent | 9925edf79e1aa00a0b00eb20146edef6c3920496 (diff) |
fix(installer): don't set log level
Diffstat (limited to 'utils/installer/install.sh')
-rwxr-xr-x | utils/installer/install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index cafd92ad..aefc52c2 100755 --- a/utils/installer/install.sh +++ b/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' |