vim: Update vimwiki setup command
This commit is contained in:
parent
98d7036623
commit
b75aa6af0c
1 changed files with 7 additions and 1 deletions
|
|
@ -265,4 +265,10 @@ if ("/home/kappa/projects/working/galaksija-game-and-guide/igra" == projectroot)
|
|||
nnoremap <leader>x <cmd>w<CR> <cmd>!make play<CR>
|
||||
endif
|
||||
|
||||
let g:vimwiki_list = [{'path': '~/docs/vimwiki/'}]
|
||||
let g:vimwiki_list = [{'path': '~/docs/vimwiki/',
|
||||
\ 'path_html': '~/Documents/html-vimwiki',
|
||||
\ 'syntax': 'markdown', 'ext': 'md'}]
|
||||
autocmd FileType vimwiki setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2
|
||||
let vimwiki_global_ext = 0
|
||||
nnoremap <Leader>T <CMD>VimwikiToggleListItem<CR>
|
||||
nnoremap <Leader>wh <CMD>help vimwiki<CR>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue