dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

plantuml.vim (250B)


      1 compiler plantuml
      2 nnoremap <buffer> <leader><CR> :silent !open "%<.png"<CR>:redraw!<CR>
      3 let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
      4 let b:undo_ftplugin .= 'nmapc <buffer>'
      5 let b:undo_ftplugin .= '| setlocal makeprg<'