nvim: get rid of vimwiki

A bit rough around the corners. Maybe I just need a docu-wiki on the
server.
This commit is contained in:
Grigory Shipunov 2020-06-15 00:58:54 +02:00
parent 8af80e4007
commit 1f9c33ad28
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -49,8 +49,6 @@ Plug 'tpope/vim-markdown', {'for': 'markdown'}
Plug 'LnL7/vim-nix', {'for': 'nix'} Plug 'LnL7/vim-nix', {'for': 'nix'}
Plug 'chikamichi/mediawiki.vim' Plug 'chikamichi/mediawiki.vim'
Plug 'vimwiki/vimwiki'
call plug#end() call plug#end()
"" TeX and co stuff "" TeX and co stuff
@ -163,9 +161,6 @@ nnoremap <Leader>u :UndotreeToggle<cr>
" U is quite useless " U is quite useless
nnoremap U :echo "NOPE!"<CR> nnoremap U :echo "NOPE!"<CR>
" vimwiki
let g:vimwiki_list = [{'path': '~/nextcloud/vimwiki', 'ext': '.vimwiki'}]
" Statusline " Statusline
function! s:statusline_builder() function! s:statusline_builder()
let l:buffer = "[%n]%<%f%m%r " let l:buffer = "[%n]%<%f%m%r "