Add neovim to install
This commit is contained in:
parent
c683317532
commit
0c17366203
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
function install_utilities() {
|
function install_utilities() {
|
||||||
sudo apt install vim stow tmux htop
|
sudo apt install vim neovim stow tmux htop
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_docker() {
|
function install_docker() {
|
||||||
|
|
Loading…
Reference in a new issue