Corrected formatting

This commit is contained in:
TillDiem 2021-11-27 17:02:28 +01:00
parent 3fa46aa6da
commit 281a31caeb

View File

@ -79,7 +79,7 @@ map <leader>v :VimwikiIndex <Enter>
On default the directory for the markdown files is `~/vimwiki/index.wiki`. On default the directory for the markdown files is `~/vimwiki/index.wiki`.
To change this, add the following line to your `.vimrc`: To change this, add the following line to your `.vimrc`:
```vim ```vim
let g:vimwiki_list = [{'path': '/PATH/TO/DIRECTORY/vimwiki', 'syntax': 'markdown', 'ext': '.md'}] let g:vimwiki_list = [{'path': '/PATH/TO/DIRECTORY/vimwiki', 'syntax': 'markdown', 'ext': '.md'}]
``` ```
Here you can also add several wikis. Here you can also add several wikis.
Assuming you want to have one wiki exclusively for coding related matters and an other one for every day related knowledge, add Assuming you want to have one wiki exclusively for coding related matters and an other one for every day related knowledge, add