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:
parent
8af80e4007
commit
1f9c33ad28
1 changed files with 0 additions and 5 deletions
|
@ -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 "
|
||||||
|
|
Loading…
Add table
Reference in a new issue