Files
claude-app-builder-4-mac/ghostty-template/Ghostty.app/Contents/Resources/vim/vimfiles/compiler/ghostty.vim
T
marcus.hinz ce173ebbdf 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.
2026-06-24 18:52:00 +02:00

14 lines
328 B
VimL

" 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