switching to neovim, fixes #2
This commit is contained in:
parent
c67aa8af6f
commit
a5498d2c99
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM fedora:30
|
||||
|
||||
RUN dnf install -y zsh git vim tmux stow && dnf clean all
|
||||
RUN dnf install -y zsh git neovim tmux stow && dnf clean all
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
|
|
Loading…
Reference in a new issue