Remove obsolete vim-zettel configuration

This commit is contained in:
Marty Oehme 2019-06-12 13:32:38 +02:00
parent f7b304966c
commit abccdc7a62

View file

@ -81,7 +81,6 @@ Plug 'rhysd/vim-grammarous', { 'for': ['markdown', 'txt'], 'on': 'Goyo' } " inte
" Note-Taking Workflow
Plug 'lervag/wiki.vim'
Plug 'michal-h21/vim-zettel'
" For async completion
Plug 'Shougo/deoplete.nvim', { 'on': [] } " automatic suggestions, can also perhaps be changed for newer plugs
@ -161,16 +160,6 @@ let g:wiki_filetypes = ['md', 'mkd', 'markdown', 'wiki']
let g:wiki_link_extension = '.md'
let g:wiki_link_target_type = 'md'
" PLUGIN: vim-zettel
" gives nice short format of YYMMDDHHMM
let g:zettel_format = "%y%m%d%H%M"
" disable the standard key mappings of the plugin
let g:zettel_default_mappings = 0
augroup filetype_vimwiki
autocmd!
autocmd FileType markdown xmap <leader>z <Plug>ZettelNewSelectedMap
augroup END
" PLUGIN: vim-pencil
" set default wrap mode to hard - TODO test which mode works better for
" me, it seems hardmode has trouble with markdown lists (see issue #31)