Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Sep 22, 2019
1 parent 6844dfb commit db6297b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ au FileType plantuml let g:plantuml_previewer#plantuml_jar_path = get(
Default: 'png'

#### `g:plantuml_previewer#viewer_path`
Custom plantuml viewer path.
`tmp.puml` and `tmp.svg` will output to here
Custom plantuml viewer path
The plugin will copy viewer to here if the directory does not exist
And `tmp.puml` and `tmp.svg` will output to here


## Related
Expand Down
3 changes: 2 additions & 1 deletion doc/plantuml-previewer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ g:plantuml_previewer#save_format
*g:plantuml_previewer#viewer_path*
g:plantuml_previewer#viewer_path
Custom plantuml viewer path
tmp.puml` and `tmp.svg` will output to here
The plugin will copy viewer to here if the directory does not exist
And `tmp.puml` and `tmp.svg` will output to here

==============================================================================
vim:tw=78:ts=8:ft=help:norl:

0 comments on commit db6297b

Please sign in to comment.