Merge branch 'main' of codeberg.org:aleidk/dots
This commit is contained in:
commit
47abd0612b
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ return {
|
|||
|
||||
opt = {
|
||||
number = true,
|
||||
scrolloff = 15,
|
||||
relativenumber = true,
|
||||
-- spelllang = "en_us,es_cl",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
if [[ $OSTYPE -ne 'linux-gnu' ]]; then
|
||||
if [[ "$OSTYPE" != 'linux-gnu' ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue