diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2021-01-16 14:29:44 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2021-01-16 14:32:09 +0100 |
commit | b1842f1c958adaa6ba9ddf0a2e634c620625dfca (patch) | |
tree | cd25208e5a4ce6b1bb93671c40b8d1983e834ae3 | |
parent | eba2a82d060ba64a8b69b1026a8cea09bb066731 (diff) | |
download | vis-fzf-open-b1842f1c958adaa6ba9ddf0a2e634c620625dfca.tar.gz |
Rename fzf-open.lua to init.lua
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | init.lua (renamed from fzf-open.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ While in `fzf`: In `visrc.lua`: ```lua -plugin_vis_open = require('plugins/vis-fzf-open/fzf-open') +plugin_vis_open = require('plugins/vis-fzf-open') -- Path to the fzf executable (default: "fzf") plugin_vis_open.fzf_path = ( |