diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-11 12:20:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-12-11 22:01:34 +0900 |
| commit | 04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e (patch) | |
| tree | 7a785aa4382b0850b0af2357c93762eef1837781 /INSTALL.txt | |
| parent | 1c83265cc8d6f0cb98fc9e3c7c8c6660426a06ed (diff) | |
| download | dotfiles-04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e.tar.gz dotfiles-04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e.tar.zst dotfiles-04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e.zip | |
neovim: migrate plugin manager from paq to packer
Diffstat (limited to 'INSTALL.txt')
| -rw-r--r-- | INSTALL.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 372967d..b21687b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -41,6 +41,8 @@ $ sudo atsutil databases -remove $ /usr/local/opt/ncurses/bin/infocmp tmux-256color > /var/tmp/tmux-256color.info $ tic -xe tmux-256color /var/tmp/tmux-256color.info +$ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' + # Restart your machine. ``` @@ -77,4 +79,6 @@ $ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(whi $ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd" $ cargo install hgrep + +$ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' ``` |
