summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-02 15:10:17 -0400
committerChris <[email protected]>2020-04-02 15:10:17 -0400
commit2154a69ae8fe7b7465e72f0d723516d91e4efcd9 (patch)
tree46a05d065a348e7854578363faf03b2f0b0547d3
parent7a9e4a1abcb298939f009ae74e49183b4cb4b7b0 (diff)
auto push
-rw-r--r--ftplugin/vimwiki.vim3
-rw-r--r--modules/plugins.vim2
-rw-r--r--modules/vim_wiki.vim4
3 files changed, 8 insertions, 1 deletions
diff --git a/ftplugin/vimwiki.vim b/ftplugin/vimwiki.vim
new file mode 100644
index 00000000..0759d874
--- /dev/null
+++ b/ftplugin/vimwiki.vim
@@ -0,0 +1,3 @@
+"setlocal conceallevel=0
+set syntax=markdown
+
diff --git a/modules/plugins.vim b/modules/plugins.vim
index 51b9d0a0..8cfdbde1 100644
--- a/modules/plugins.vim
+++ b/modules/plugins.vim
@@ -45,7 +45,7 @@ if dein#load_state('~/.config/nvim/dein')
"call dein#add('ludovicchabant/vim-gutentags')
"call dein#add('skywind3000/gutentags_plus')
" Better Previews "
- call dein#add('skywind3000/vim-preview')
+ "call dein#add('skywind3000/vim-preview')
" Tagbar
call dein#add('majutsushi/tagbar')
" Auto Pairs
diff --git a/modules/vim_wiki.vim b/modules/vim_wiki.vim
index 4bce4f0e..6656b3e7 100644
--- a/modules/vim_wiki.vim
+++ b/modules/vim_wiki.vim
@@ -1,3 +1,7 @@
+let wiki_1 = {}
+let wiki_1.syntax = 'markdown'
+let wiki_1.ext = '.md'
+
let g:vimwiki_list = [{'path': '~/wiki/',
\ 'syntax': 'markdown', 'ext': '.md'}]