1
0
mirror of https://github.com/akelge/vim synced 2025-08-16 15:48:40 +00:00

Started cleaning up bloat

This commit is contained in:
Andrea Mistrali
2016-05-14 11:05:57 +02:00
parent 23ffeab69c
commit b68e9ace83
8 changed files with 59 additions and 66 deletions

6
ftdetect/mako.vim Normal file
View File

@ -0,0 +1,6 @@
" Mako
augroup mako
autocmd BufRead,BufNewFile *.mako set ft=mako
autocmd BufWinEnter *.mako set ft=mako
autocmd FileType mako set textwidth=0
augroup end