aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-09 18:43:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-09 18:43:18 -0300
commit2ccd5cbfc205c1b35d7ff66bd57d34b1de9846c7 (patch)
tree787c5e69c3ff2ae44bf93a26fec57f60c4985b99
parent58f2a532619fa3a1a39d72a27917b34e52cb75d6 (diff)
downloadvim-2ccd5cbfc205c1b35d7ff66bd57d34b1de9846c7.tar.gz
vim-2ccd5cbfc205c1b35d7ff66bd57d34b1de9846c7.tar.bz2
Adds .vue filetype
-rw-r--r--vimrc.dot.link1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 00e0b94..05291c2 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -61,6 +61,7 @@ let xml_syntax_folding=1
let php_sql_query=1
" Filetypes
+au BufNewFile,BufRead *.vue set ft=html
au BufNewFile,BufRead *.thtml set ft=php
au BufNewFile,BufRead *.mdwn set ft=ikiwiki
au BufNewFile,BufRead *.md set ft=ikiwiki