vimrc(plug): add vimwiki
* configure vimwiki settings
This commit is contained in:
parent
ac2cc918f8
commit
fbad93fa89
@ -91,6 +91,7 @@ Plug 'gorodinskiy/vim-coloresque'| " coloured background for colour names/codes
|
||||
Plug 'rhysd/git-messenger.vim'
|
||||
" Plug 'Yggdroot/indentLine' " here
|
||||
Plug 'adamheins/vim-highlight-match-under-cursor'
|
||||
Plug 'vimwiki/vimwiki'
|
||||
|
||||
Plug 'roxma/nvim-yarp'
|
||||
Plug 'roxma/vim-hug-neovim-rpc'
|
||||
@ -495,6 +496,12 @@ let g:vim_json_conceal = 0
|
||||
let g:markdown_syntax_conceal = 0
|
||||
|
||||
|
||||
" vimwiki
|
||||
let g:vimwiki_list = [{'path': '~/wiki/', 'syntax': 'markdown', 'ext': 'md', 'diary_rel_path': 'Notes'}]
|
||||
" let g:vimwiki_listsyms = '✗○◐●✓'
|
||||
let g:vimwiki_auto_header = 1
|
||||
|
||||
|
||||
""""" ultisnips
|
||||
""" If you want :UltiSnipsEdit to split your window.
|
||||
""" let g:UltiSnipsEditSplit="vertical"
|
||||
|
Loading…
Reference in New Issue
Block a user