refactor: Rename vim to nvim

This commit is contained in:
Oliver Davies 2021-08-11 09:45:34 +01:00
parent d32bb32c0f
commit 27b8254a68
14 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/vim/.config/nvim/plugged/
/nvim/.config/nvim/plugged/

View file

@ -5,7 +5,7 @@ My personal dotfiles, originally for macOS only but currently being adapted for
## Installation
```
stow alacritty bin composer dconf git tmux vim zsh
stow alacritty bin composer dconf git nvim tmux zsh
```
## Inspiration

View file

@ -1,3 +1,3 @@
#!/bin/sh
stow --verbose alacritty bin composer dconf git tmux vim zsh
stow --verbose alacritty bin composer dconf git nvim tmux zsh