run omarchy lazyvim install if nvim present without any config (#807)
This commit is contained in:
parent
7d427faad0
commit
fbc60d9ec3
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
yay -S --noconfirm --needed nvim luarocks tree-sitter-cli
|
||||||
|
|
||||||
# Install LazyVim
|
# Install LazyVim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user