mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
11 lines
257 B
Bash
11 lines
257 B
Bash
OMARCHY_DESCRIPTION="LazyVim"
|
|
|
|
omarchy_install() {
|
|
omarchy-lazyvim-setup
|
|
}
|
|
|
|
omarchy_verify() {
|
|
[[ -d ~/.config/nvim ]] || add_error "Neovim config directory missing"
|
|
[[ -d ~/.local/share/nvim/lazy ]] || add_error "LazyVim plugins directory missing"
|
|
}
|