[vim] vimwiki

pull/28/head
Alpha Chen 5 years ago
parent 5efe27abbd
commit 02e5f4a94a

3
.gitmodules vendored

@ -112,3 +112,6 @@
[submodule ".vim/pack/alpha/start/editorconfig-vim"]
path = .vim/pack/alpha/start/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule ".vim/pack/alpha/start/vimwiki"]
path = .vim/pack/alpha/start/vimwiki
url = git@github.com:vimwiki/vimwiki.git

@ -0,0 +1 @@
Subproject commit 57d23fa763b498561aca7eb4efb05b52efd120c9

@ -194,4 +194,8 @@ nnoremap <leader>u :GundoToggle<CR>
map y <Plug>(operator-flashy)
nmap Y <Plug>(operator-flashy)$
" vimwiki
let g:vimwiki_global_ext = 0
let g:vimwiki_list = [{'path': '~/Documents/notes/', 'syntax': 'markdown', 'ext': '.md'}]
" }}}

Loading…
Cancel
Save