diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-18 18:20:03 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-18 18:20:03 +0200 |
commit | 5fcc932ac51b9e55654b93614866e6f29bf924aa (patch) | |
tree | e01ed5c5066e95f7129507a9988db0e7e9fadb40 | |
parent | ce4f7ef70bb96b1a8e5f9120c64978375aa8a2b1 (diff) |
Fix spectre cmd
-rw-r--r-- | fnl/config/cmd.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/cmd.fnl b/fnl/config/cmd.fnl index 20ef377..1971260 100644 --- a/fnl/config/cmd.fnl +++ b/fnl/config/cmd.fnl @@ -58,7 +58,7 @@ (nvim.create_user_command :ReplaceWord (lambda [] (let [spectre (util.prequire :spectre)] - (spectre.open.open_visual {:select_word true}))) + (spectre.open_visual {:select_word true}))) {:nargs 0}) (nvim.create_user_command :ReplaceInBuf |