Template-Bundle ghostty-template/Ghostty.app aufnehmen
War durch .gitignore-Regel *.app/ ausgeschlossen; make-ghostty-app.sh braucht es aber als Basis. Explizit per git add -f aufgenommen.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
" Vim compiler file
|
||||
" Language: Ghostty config file
|
||||
" Maintainer: Ghostty <https://github.com/ghostty-org/ghostty>
|
||||
"
|
||||
" THIS FILE IS AUTO-GENERATED
|
||||
|
||||
if exists("current_compiler")
|
||||
finish
|
||||
endif
|
||||
let current_compiler = "ghostty"
|
||||
|
||||
CompilerSet makeprg=ghostty\ +validate-config\ --config-file=%:S
|
||||
CompilerSet errorformat=%f:%l:%m,%m
|
||||
Reference in New Issue
Block a user