mirror of
https://github.com/AlexBocken/mykb.git
synced 2024-11-09 16:47:23 +01:00
Corrected formatting
This commit is contained in:
parent
3fa46aa6da
commit
281a31caeb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user