aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguillaumecherel <guillaumecherel@users.noreply.github.com>2017-11-23 10:44:58 +0100
committerGitHub <noreply@github.com>2017-11-23 10:44:58 +0100
commit28d02a0a3dad5014ec9e178ad8f5d6ed36a12587 (patch)
tree3734c2cea0bd7c6c48db1f9fe5d115b46b89d63e
parent90da494323c8947abfcd654bbbb251afba7144d6 (diff)
downloadvis-fzf-open-28d02a0a3dad5014ec9e178ad8f5d6ed36a12587.tar.gz
Fixed markdown syntax in README.md.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a5e210..f1ae9eb 100644
--- a/README.md
+++ b/README.md
@@ -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 '"
-``
+```