aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/filetype.vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-07-19 14:09:22 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2018-07-19 14:09:22 +0200
commitb9aa50816bef14a45083fd2cc4a789bb65d002da (patch)
tree35cf6b6801e7febd0dd74c81b861e5a97d45c398 /nvim/filetype.vim
parent356ab513f1f36381f163ca514f97385a8413bd5d (diff)
downloaddotfiles-b9aa50816bef14a45083fd2cc4a789bb65d002da.tar.xz
nvim: Move filetype.vim into init.vim
It's too short for it to make sense to split them up Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nvim/filetype.vim')
-rw-r--r--nvim/filetype.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/nvim/filetype.vim b/nvim/filetype.vim
deleted file mode 100644
index caf53f7..0000000
--- a/nvim/filetype.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-augroup filetypedetect
- autocmd BufRead,BufNewFile *mutt-* setfiletype mail
- autocmd BufRead,BufNewFile *.h setfiletype c
-augroup END