summary refs log tree commit diff
path: root/.vim/ftdetect
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-02-20 21:27:26 +0100
committerRobert Günzler <r@gnzler.io>2021-04-26 02:09:43 +0200
commit1996ef15613f2d4773017128bba1a719a1b63a19 (patch)
treeaa291b56947f0f710c96c62758990de3b2939bba /.vim/ftdetect
parent30451238df36d238fea816f01ca987853c6562a5 (diff)
Move to lua based vimrc
Diffstat (limited to '.vim/ftdetect')
-rw-r--r--.vim/ftdetect/h.vim1
-rw-r--r--.vim/ftdetect/journal.vim1
-rw-r--r--.vim/ftdetect/pixy.vim1
-rw-r--r--.vim/ftdetect/scarlet.vim1
4 files changed, 0 insertions, 4 deletions
diff --git a/.vim/ftdetect/h.vim b/.vim/ftdetect/h.vim
deleted file mode 100644
index fe92579..0000000
--- a/.vim/ftdetect/h.vim
+++ /dev/null
@@ -1 +0,0 @@
-au BufNewFile,BufEnter *.h setlocal filetype=c
diff --git a/.vim/ftdetect/journal.vim b/.vim/ftdetect/journal.vim
deleted file mode 100644
index a636837..0000000
--- a/.vim/ftdetect/journal.vim
+++ /dev/null
@@ -1 +0,0 @@
-au BufNewFile,BufRead *.journal set filetype=ledger
diff --git a/.vim/ftdetect/pixy.vim b/.vim/ftdetect/pixy.vim
deleted file mode 100644
index 2ffb158..0000000
--- a/.vim/ftdetect/pixy.vim
+++ /dev/null
@@ -1 +0,0 @@
-au BufNewFile,BufRead *.pixy set filetype=pug noet
diff --git a/.vim/ftdetect/scarlet.vim b/.vim/ftdetect/scarlet.vim
deleted file mode 100644
index 40ed638..0000000
--- a/.vim/ftdetect/scarlet.vim
+++ /dev/null
@@ -1 +0,0 @@
-au BufNewFile,BufRead *.scarlet set filetype=stylus