mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-20 13:54:20 +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
|
# Turn off animationd scrolling
|
||||||
cp ~/.local/share/omakub/configs/neovim/snacks-animated-scrolling-off.lua ~/.config/nvim/lua/plugins/
|
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
|
fi
|
||||||
|
|
||||||
# Replace desktop launcher with one running inside Alacritty
|
# Replace desktop launcher with one running inside Alacritty
|
||||||
|
|||||||
Reference in New Issue
Block a user