add scrolloff to astronvim and fix aliases in zsh flatpack
This commit is contained in:
parent
805221e92c
commit
808db4b0cb
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ return {
|
||||||
|
|
||||||
opt = {
|
opt = {
|
||||||
number = true,
|
number = true,
|
||||||
|
scrolloff = 15,
|
||||||
relativenumber = true,
|
relativenumber = true,
|
||||||
-- spelllang = "en_us,es_cl",
|
-- spelllang = "en_us,es_cl",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
if [[ $OSTYPE -ne 'linux-gnu' ]]; then
|
if [[ "$OSTYPE" != 'linux-gnu' ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue