mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
Turn off relative line numbers by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user