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,23 @@
|
||||
" Vim filetype plugin file
|
||||
" Language: Ghostty config file
|
||||
" Maintainer: Ghostty <https://github.com/ghostty-org/ghostty>
|
||||
"
|
||||
" THIS FILE IS AUTO-GENERATED
|
||||
|
||||
if exists('b:did_ftplugin')
|
||||
finish
|
||||
endif
|
||||
let b:did_ftplugin = 1
|
||||
|
||||
setlocal commentstring=#\ %s
|
||||
setlocal iskeyword+=-
|
||||
|
||||
" Use syntax keywords for completion
|
||||
setlocal omnifunc=syntaxcomplete#Complete
|
||||
|
||||
let b:undo_ftplugin = 'setl cms< isk< ofu<'
|
||||
|
||||
if !exists('current_compiler')
|
||||
compiler ghostty
|
||||
let b:undo_ftplugin .= " makeprg< errorformat<"
|
||||
endif
|
||||
Reference in New Issue
Block a user