Fleshout the default nvim setup

This commit is contained in:
David Heinemeier Hansson
2025-06-01 11:39:15 +02:00
parent 9d1b94508d
commit d689c9705f
5 changed files with 70 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Copy over omarchy configs
cp -R ~/.local/share/omarchy/config/* ~/.config/
# Install LazyVim
git clone https://github.com/LazyVim/starter ~/.config/nvim
rm -rf ~/.config/nvim/.git
# Copy over Omarchy configs
cp -R ~/.local/share/omarchy/config/* ~/.config/
# Turn off relative line numbers in nvim
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua

View File

@ -1,4 +1,5 @@
yay -S --noconfirm \
nvim mise docker \
nvim luarocks tree-sitter-cli \
mise docker \
lazygit lazydocker \
github-cli