diff --git a/install/development/nvim.sh b/install/development/nvim.sh index e8e8560a..0227836d 100644 --- a/install/development/nvim.sh +++ b/install/development/nvim.sh @@ -1,6 +1,6 @@ #!/bin/bash -if ! command -v nvim &>/dev/null; then +if ! command -v nvim &>/dev/null || [ ! -d "$HOME/.config/nvim" ]; then yay -S --noconfirm --needed nvim luarocks tree-sitter-cli # Install LazyVim