aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/dot-vim/ftplugin/vimwiki/vimwiki.vim
diff options
context:
space:
mode:
Diffstat (limited to 'stow/vim/dot-vim/ftplugin/vimwiki/vimwiki.vim')
-rw-r--r--stow/vim/dot-vim/ftplugin/vimwiki/vimwiki.vim39
1 files changed, 0 insertions, 39 deletions
diff --git a/stow/vim/dot-vim/ftplugin/vimwiki/vimwiki.vim b/stow/vim/dot-vim/ftplugin/vimwiki/vimwiki.vim
deleted file mode 100644
index c361600..0000000
--- a/stow/vim/dot-vim/ftplugin/vimwiki/vimwiki.vim
+++ /dev/null
@@ -1,39 +0,0 @@
-" ~/.vim/ftplugin/vimwiki.vim
-" vimwiki-specific vim configuration
-"
-" Syntastic linter: mdl, proselint, textlint
-
-"let g:syntastic_vimwiki_checkers = ['markdown/mdl']
-
-" Tabs hate: tabs are expanded to 2 spaces
-setlocal tabstop=2 shiftwidth=2 expandtab
-" Show existing tabs (they can be deleted with :retab)
-setlocal list
-
-" Text width
-match ColorColumn /\%81v/
-setlocal textwidth=80
-setlocal linebreak
-
-" Syntax highlighting colors
-highlight Title ctermfg=blue
-highlight TitleHash ctermfg=cyan
-match TitleHash /^##*/
-
-setlocal conceallevel=1
-
-let mapleader = " "
-
-nnoremap <buffer> <leader>C :sp ~/.vim/ftplugin/vimwiki/vimwiki.vim<CR>
-nnoremap <buffer> <leader>e :Errors<CR>
-
-nnoremap <buffer> <leader>tt :r ~/.vim/ftplugin/vimwiki/snips/template.txt<CR>
-nnoremap <buffer> <leader>tp :r ~/.vim/ftplugin/vimwiki/snips/plantUml.txt<CR>/<+++><CR>cf>
-
-nnoremap <buffer> <leader>c :w<CR>:!toPDF.sh "%"<CR>
-nnoremap <buffer> <leader>o :w<CR>:!toPDF.sh -o "%"<CR><CR>
-
-let mapleader = ","
-
-inoremap <buffer> <leader>h <Esc><<A
-inoremap <buffer> <leader>l <Esc>>>A