diff options
| author | jdhao <jdhao@hotmail.com> | 2023-08-27 23:13:42 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-08-27 23:14:31 +0200 |
| commit | 1391ca7ff153636476bae6ffbf16aec076e2d191 (patch) | |
| tree | 9739034aef482a2123514fc049bc91210a4beb5b /docs/nvim_setup_linux.sh | |
| parent | 6a6f8ff5974447fd452f5d8bf20dd090dfdd8ec9 (diff) | |
feat: switch from packer.nvim to lazy.nvim
Diffstat (limited to 'docs/nvim_setup_linux.sh')
| -rwxr-xr-x | docs/nvim_setup_linux.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/nvim_setup_linux.sh b/docs/nvim_setup_linux.sh index 2a72890..ed207a4 100755 --- a/docs/nvim_setup_linux.sh +++ b/docs/nvim_setup_linux.sh @@ -252,13 +252,7 @@ fi git clone --depth=1 https://github.com/jdhao/nvim-config.git "$NVIM_CONFIG_DIR" -echo "Installing packer.nvim" -if [[ ! -d ~/.local/share/nvim/site/pack/packer/opt/packer.nvim ]]; then - git clone --depth=1 https://github.com/wbthomason/packer.nvim \ - ~/.local/share/nvim/site/pack/packer/opt/packer.nvim -fi - echo "Installing nvim plugins, please wait" -"$NVIM_DIR/bin/nvim" -c "autocmd User PackerComplete quitall" -c "PackerSync" +"$NVIM_DIR/bin/nvim" -c "autocmd User LazyInstall quitall" -c "lua require('lazy').install()" echo "Finished installing Nvim and its dependencies!" |
