diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-06-08 11:10:51 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-06-08 11:10:51 +0100 |
commit | 6c07797739472794443c3a211e1030cb90891d9d (patch) | |
tree | 440b65f270f72e18e7888eb7c9f19bd58b766599 | |
parent | ac19155d96cbce73e42372b27b589d922d93e004 (diff) | |
download | dotnvim-6c07797739472794443c3a211e1030cb90891d9d.tar.gz dotnvim-6c07797739472794443c3a211e1030cb90891d9d.zip |
Not using it
-rw-r--r-- | init.vim | 6 | ||||
-rw-r--r-- | plugins.vim | 1 |
2 files changed, 0 insertions, 7 deletions
@@ -83,12 +83,6 @@ nnoremap <leader>B <cmd>Telescope buffers<CR> " disable ctags completely, use it through gtags plugin let g:loaded_gentags#ctags = 1 -" vimwiki -" -let g:vimwiki_list = [{'path': '~/textfiles/', - \ 'syntax': 'markdown', 'ext': '.md'}] -let g:vimwiki_global_ext = 0 - " vim-markdown " let g:vim_markdown_folding_disabled = 1 diff --git a/plugins.vim b/plugins.vim index e75c293..ad0057c 100644 --- a/plugins.vim +++ b/plugins.vim @@ -17,7 +17,6 @@ Plug 'scrooloose/nerdtree' Plug 'Chiel92/vim-autoformat' Plug 'jsfaint/gen_tags.vim' Plug 'godlygeek/tabular' -Plug 'vimwiki/vimwiki' " language support Plug 'plasticboy/vim-markdown' |