change nvim to neovim
This commit is contained in:
@@ -64,7 +64,7 @@ install_docker_and_buildx() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_editor() {
|
set_editor() {
|
||||||
local editors=("nano" "vim" "micro" "nvim")
|
local editors=("nano" "vim" "micro" "neovim")
|
||||||
local options=()
|
local options=()
|
||||||
declare -A editor_status
|
declare -A editor_status
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user