dotfiles/bin/share/vim/vimfiles/ftplugin/ghostty.vim

19 lines
398 B
VimL
Raw Permalink Normal View History

2025-01-18 20:12:19 +01:00
" 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<'