diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-04-06 03:03:32 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-04-06 03:21:04 +0900 |
| commit | 53c029d76b75ccf1010720009b4a68c5b9e4ba70 (patch) | |
| tree | 3c6d6b000cbb40862d36d3368ca765ca49569d06 /setup.sh | |
| parent | 86a6f322b70ac5f3a40e5f84b53d0b05dacd3028 (diff) | |
| download | dotfiles-53c029d76b75ccf1010720009b4a68c5b9e4ba70.tar.gz dotfiles-53c029d76b75ccf1010720009b4a68c5b9e4ba70.tar.zst dotfiles-53c029d76b75ccf1010720009b4a68c5b9e4ba70.zip | |
neovim: migrate package manager from packer.nvim to lazy.nvim
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -120,13 +120,6 @@ if [ ! -f ~/.config/alacritty/alacritty.local.yml ]; then fi fi -# Neovim: packer.nvim {{{2 -packer_nvim_dir="${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/packer/opt/packer.nvim -if [ ! -d "$packer_nvim_dir" ]; then - echo "clone: $packer_nvim_dir" - git clone --depth=1 https://github.com/wbthomason/packer.nvim "$packer_nvim_dir" -fi - # SKK {{{2 if [ ! -d ~/.config/skk ]; then echo "dir: ~/.config/skk" |
