" ~/.vim/ftplugin/plantuml/plantuml.vim " PlantUML-specific vim configuration " Tabs hate: tabs are expanded to 4 spaces setlocal tabstop=4 shiftwidth=4 expandtab " Show existing tabs (they can be deleted with :retab) setlocal list " Column marker: 80 characters call matchadd('ColorColumn', '\%81v', 100) setlocal textwidth=80 let mapleader = " " nnoremap temp :-1r ~/.vim/ftplugin/plantuml/snips/template.txtGdd?<+++>cf> nnoremap C :sp ~/.vim/ftplugin/plantuml/plantuml.vim nnoremap c :w:!compilePlantUML.sh "%" nnoremap o :w:!compilePlantUML.sh -o "%"