Turn off relative line numbers by default

This commit is contained in:
David Heinemeier Hansson
2025-04-19 13:05:43 +02:00
parent e365b37b1d
commit 9bb8e95dad

View File

@@ -26,6 +26,9 @@ if [ ! -d "$HOME/.config/nvim" ]; then
# Turn off animationd scrolling
cp ~/.local/share/omakub/configs/neovim/snacks-animated-scrolling-off.lua ~/.config/nvim/lua/plugins/
# Turn off relative line numbers
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua
fi
# Replace desktop launcher with one running inside Alacritty