ce173ebbdf
War durch .gitignore-Regel *.app/ ausgeschlossen; make-ghostty-app.sh braucht es aber als Basis. Explizit per git add -f aufgenommen.
8 lines
255 B
VimL
8 lines
255 B
VimL
" Vim filetype detect file
|
|
" Language: Ghostty config file
|
|
" Maintainer: Ghostty <https://github.com/ghostty-org/ghostty>
|
|
"
|
|
" THIS FILE IS AUTO-GENERATED
|
|
|
|
au BufRead,BufNewFile */ghostty/config,*/*.ghostty/config,*/ghostty/themes/*,*.ghostty setf ghostty
|