run omarchy lazyvim install if nvim present without any config (#807)

This commit is contained in:
vaibhav-mattoo 2025-08-22 09:52:10 -05:00 committed by GitHub
parent 7d427faad0
commit fbc60d9ec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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