From 52c9e79569adac8c7ca7f8015c522df13eb63c2b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 16 Jun 2025 10:52:57 +0200 Subject: [PATCH] Make sure to apply the specific nvim changes afterwards --- install/development.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/development.sh b/install/development.sh index 952df90..cc327de 100644 --- a/install/development.sh +++ b/install/development.sh @@ -6,5 +6,6 @@ yay -S --noconfirm --needed \ # Install LazyVim rm -rf ~/.config/nvim git clone https://github.com/LazyVim/starter ~/.config/nvim +cp -R ~/.local/share/omarchy/config/nvim/* ~/.config/nvim/ rm -rf ~/.config/nvim/.git echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua