mirror of
https://github.com/akelge/vim
synced 2025-08-15 15:38:34 +00:00
7 lines
155 B
VimL
7 lines
155 B
VimL
" Mako
|
|
augroup mako
|
|
autocmd BufRead,BufNewFile *.mako set ft=mako
|
|
autocmd BufWinEnter *.mako set ft=mako
|
|
autocmd FileType mako set textwidth=0
|
|
augroup end
|