diff options
author | guillaumecherel <guillaumecherel@users.noreply.github.com> | 2017-11-23 10:44:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-23 10:44:58 +0100 |
commit | 28d02a0a3dad5014ec9e178ad8f5d6ed36a12587 (patch) | |
tree | 3734c2cea0bd7c6c48db1f9fe5d115b46b89d63e | |
parent | 90da494323c8947abfcd654bbbb251afba7144d6 (diff) | |
download | vis-fzf-open-28d02a0a3dad5014ec9e178ad8f5d6ed36a12587.tar.gz |
Fixed markdown syntax in README.md.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ In vis: In visrc.lua: -`` +```lua plugin_vis_open =require('plugins/vis-fzf-open/fzf-open') -- Path to the fzf executable (default: "fzf") @@ -18,5 +18,5 @@ plugin_vis_open.fzf_path = "fzf" -- Arguments passed to fzf (defaul: "") plugin_vis_open.fzf_args = "-q '!.class '" -`` +``` |