aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/filetype.vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-07-19 03:12:09 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2018-07-19 03:12:27 +0200
commit961ff212f2c3e57b2eafd8b05474725abf956d1d (patch)
tree159dc4d45202bbac33a76cba11a0502a46b24e78 /nvim/filetype.vim
parent670986d286b684857e64fccc5de2116290ba04ef (diff)
downloaddotfiles-961ff212f2c3e57b2eafd8b05474725abf956d1d.tar.xz
nvim/after/syntax/PKGBUILD: drop
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nvim/filetype.vim')
-rw-r--r--nvim/filetype.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/filetype.vim b/nvim/filetype.vim
index eba0855..caf53f7 100644
--- a/nvim/filetype.vim
+++ b/nvim/filetype.vim
@@ -1,5 +1,4 @@
augroup filetypedetect
autocmd BufRead,BufNewFile *mutt-* setfiletype mail
autocmd BufRead,BufNewFile *.h setfiletype c
- au BufReadPost PKGBUILD set syntax=PKGBUILD
augroup END