"""""""""""""""""""""""""""""" " => Python section """""""""""""""""""""""""""""" let python_highlight_all = 1 au FileType python syn keyword pythonDecorator True None False self au BufNewFile,BufRead *.jinja set syntax=htmljinja au BufNewFile,BufRead *.mako set ft=mako au FileType python map F :set foldmethod=indent au FileType python inoremap $r return au FileType python inoremap $i import au FileType python inoremap $p print au FileType python inoremap $f # --- a au FileType python map 1 /class au FileType python map 2 /def au FileType python map C ?class au FileType python map D ?def """""""""""""""""""""""""""""" " => Shell section """""""""""""""""""""""""""""" if exists('$TMUX') if has('nvim') set termguicolors else set term=screen-256color endif endif """""""""""""""""""""""""""""" " => Twig section """""""""""""""""""""""""""""" autocmd BufRead *.twig set syntax=html filetype=html """""""""""""""""""""""""""""" " => Markdown """""""""""""""""""""""""""""" let vim_markdown_folding_disabled = 1