aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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 '"
-``
+```