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:
6
ftdetect/mako.vim
Normal file
6
ftdetect/mako.vim
Normal 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
|
Reference in New Issue
Block a user