aboutsummaryrefslogtreecommitdiff
path: root/files/vim/ftplugin/plantuml/plantuml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'files/vim/ftplugin/plantuml/plantuml.vim')
-rw-r--r--files/vim/ftplugin/plantuml/plantuml.vim21
1 files changed, 0 insertions, 21 deletions
diff --git a/files/vim/ftplugin/plantuml/plantuml.vim b/files/vim/ftplugin/plantuml/plantuml.vim
deleted file mode 100644
index e493e5b..0000000
--- a/files/vim/ftplugin/plantuml/plantuml.vim
+++ /dev/null
@@ -1,21 +0,0 @@
-" ~/.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 <buffer> <leader>temp :-1r ~/.vim/ftplugin/plantuml/snips/template.txt<CR>Gdd?<+++><CR>cf>
-
-nnoremap <buffer> <leader>C :sp ~/.vim/ftplugin/plantuml/plantuml.vim<CR>
-nnoremap <buffer> <leader>e :Errors<CR>
-
-nnoremap <buffer> <leader>c :w<CR>:!compilePlantUML.sh "%"<CR><CR>
-nnoremap <buffer> <leader>o :w<CR>:!compilePlantUML.sh -o "%"<CR><CR>