summaryrefslogtreecommitdiff
path: root/uvim/runtime/ftplugin/chatito.vim
diff options
context:
space:
mode:
Diffstat (limited to 'uvim/runtime/ftplugin/chatito.vim')
-rw-r--r--uvim/runtime/ftplugin/chatito.vim15
1 files changed, 0 insertions, 15 deletions
diff --git a/uvim/runtime/ftplugin/chatito.vim b/uvim/runtime/ftplugin/chatito.vim
deleted file mode 100644
index af212e9581..0000000000
--- a/uvim/runtime/ftplugin/chatito.vim
+++ /dev/null
@@ -1,15 +0,0 @@
-" Vim filetype plugin
-" Language: Chatito
-" Maintainer: ObserverOfTime <chronobserver@disroot.org>
-" Last Change: 2022 Sep 19
-
-if exists('b:did_ftplugin')
- finish
-endif
-let b:did_ftplugin = 1
-
-setlocal comments=:#,:// commentstring=#\ %s
-" indent of 4 spaces is mandated by the spec
-setlocal expandtab softtabstop=4 shiftwidth=4
-
-let b:undo_ftplugin = 'setl com< cms< et< sts< sw<'