diff options
Diffstat (limited to '.vim/ftdetect')
| -rw-r--r-- | .vim/ftdetect/h.vim | 1 | ||||
| -rw-r--r-- | .vim/ftdetect/journal.vim | 1 | ||||
| -rw-r--r-- | .vim/ftdetect/pixy.vim | 1 | ||||
| -rw-r--r-- | .vim/ftdetect/scarlet.vim | 1 |
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 |