refactor: Rename vim to nvim
This commit is contained in:
parent
d32bb32c0f
commit
27b8254a68
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
||||||
/vim/.config/nvim/plugged/
|
/nvim/.config/nvim/plugged/
|
||||||
|
|
|
@ -5,7 +5,7 @@ My personal dotfiles, originally for macOS only but currently being adapted for
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
stow alacritty bin composer dconf git tmux vim zsh
|
stow alacritty bin composer dconf git nvim tmux zsh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Inspiration
|
## Inspiration
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
stow --verbose alacritty bin composer dconf git tmux vim zsh
|
stow --verbose alacritty bin composer dconf git nvim tmux zsh
|
||||||
|
|
Loading…
Reference in a new issue