Fix minor issues with vim and zsh

This commit is contained in:
2026-04-14 22:41:40 -07:00
parent 7d3910024b
commit 4c641c4435
5 changed files with 18 additions and 3 deletions

View File

@@ -20,7 +20,14 @@ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
stow git zsh nvim vim tmux jj kitty
```
> Note: on Debian, zsh-autosuggestions path differs — update the `source` line in `.zshrc` if needed.
## vim
Install [vim-plug](https://github.com/junegunn/vim-plug):
```shell
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
## Neovim