aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-06-08 11:10:51 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-06-08 11:10:51 +0100
commit6c07797739472794443c3a211e1030cb90891d9d (patch)
tree440b65f270f72e18e7888eb7c9f19bd58b766599
parentac19155d96cbce73e42372b27b589d922d93e004 (diff)
downloaddotnvim-6c07797739472794443c3a211e1030cb90891d9d.tar.gz
dotnvim-6c07797739472794443c3a211e1030cb90891d9d.zip
Not using it
-rw-r--r--init.vim6
-rw-r--r--plugins.vim1
2 files changed, 0 insertions, 7 deletions
diff --git a/init.vim b/init.vim
index 0f5da8c..dba1de7 100644
--- a/init.vim
+++ b/init.vim
@@ -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'