Merge branch 'main' of codeberg.org:aleidk/dots

This commit is contained in:
Alexander Navarro 2023-10-07 11:01:45 -03:00
commit 47abd0612b
2 changed files with 2 additions and 1 deletions

View file

@ -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",
}, },

View file

@ -1,4 +1,4 @@
if [[ $OSTYPE -ne 'linux-gnu' ]]; then if [[ "$OSTYPE" != 'linux-gnu' ]]; then
return return
fi fi