fix: Adding a docker default platform target and a minor format change.

This commit is contained in:
2026-04-13 05:32:22 -05:00
parent 026c152daa
commit 56eb59f9c5
2 changed files with 2 additions and 3 deletions

View File

@@ -2,9 +2,7 @@ return {
settings = { settings = {
Lua = { Lua = {
diagnostics = { diagnostics = {
globals = { globals = { 'vim' }
'vim'
}
} }
} }
} }

View File

@@ -1,2 +1,3 @@
export EDITOR=nvim export EDITOR=nvim
export MANPAGER="less -R --use-color -Dd+r -Du+b" # Colored MAN pages export MANPAGER="less -R --use-color -Dd+r -Du+b" # Colored MAN pages
export DOCKER_DEFAULT_PLATFORM=linux/amd64