runtime(kitty): Add kitty ftplugin file
Commit:
https://github.com/vim/vim/commit/87635dcb5ad0b55cddc71ca7e9bc312ef87d5246
Author: Arvin Verain <[email protected]>
Date: Tue Jan 20 20:48:41 2026 +0000
runtime(kitty): Add kitty ftplugin file
closes: https://github.com/vim/vim/issues/19232
Signed-off-by: Arvin Verain <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS
index 274482d08..11bbc1752 100644
--- a/.github/MAINTAINERS
+++ b/.github/MAINTAINERS
@@ -225,6 +225,7 @@ runtime/ftplugin/just.vim @pbnj
runtime/ftplugin/kconfig.vim @chrisbra
runtime/ftplugin/kdl.vim @imsnif @jiangyinzuo
runtime/ftplugin/kerml.vim @daumantas-kavolis-sensmetry
+runtime/ftplugin/kitty.vim @rivenirvana
runtime/ftplugin/kivy.vim @ribru17
runtime/ftplugin/kotlin.vim @udalov
runtime/ftplugin/lc.vim @ribru17
diff --git a/runtime/ftplugin/kitty.vim b/runtime/ftplugin/kitty.vim
new file mode 100644
index 000000000..c15e5e0b8
--- /dev/null
+++ b/runtime/ftplugin/kitty.vim
@@ -0,0 +1,13 @@
+" Vim filetype plugin
+" Language: kitty
+" Maintainer: Arvin Verain <[email protected]>
+" 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<'
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vidu5-006w8e-Mc%40256bit.org.