You've already forked dotfiles
fix: Adding a docker default platform target and a minor format change.
This commit is contained in:
@@ -2,9 +2,7 @@ return {
|
||||
settings = {
|
||||
Lua = {
|
||||
diagnostics = {
|
||||
globals = {
|
||||
'vim'
|
||||
}
|
||||
globals = { 'vim' }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
export EDITOR=nvim
|
||||
export MANPAGER="less -R --use-color -Dd+r -Du+b" # Colored MAN pages
|
||||
export DOCKER_DEFAULT_PLATFORM=linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user