add scrolloff to astronvim and fix aliases in zsh flatpack

This commit is contained in:
aleidk 2023-10-03 12:06:24 -03:00
parent 805221e92c
commit 808db4b0cb
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ return {
opt = {
number = true,
scrolloff = 15,
relativenumber = true,
-- spelllang = "en_us,es_cl",
},