runtime(kitty): Add kitty ftplugin file

closes: #19232

Signed-off-by: Arvin Verain <arvinverain@proton.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Arvin Verain
2026-01-20 20:48:41 +00:00
committed by Christian Brabandt
parent a7d195415b
commit 87635dcb5a
2 changed files with 14 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
" Vim filetype plugin
" Language: kitty
" Maintainer: Arvin Verain <arvinverain@proton.me>
" Last Change: 2026 Jan 22
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = 1
setl comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=rol
let b:undo_ftplugin = 'setl com< cms< fo<'