diff options
author | Squibid <me@zacharyscheiman.com> | 2024-12-22 14:02:58 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-12-22 14:02:58 -0500 |
commit | 5e6a7a82627d9b368c8a95039ddb4a4e305e0457 (patch) | |
tree | c5b05d353a7fa5141b8b08d93f06ee9cf2d62355 /lua/conf | |
parent | 51f8addaf67039cc6e1b201aa3182bcc4cf3c982 (diff) | |
download | nvim-5e6a7a82627d9b368c8a95039ddb4a4e305e0457.tar.gz nvim-5e6a7a82627d9b368c8a95039ddb4a4e305e0457.tar.bz2 nvim-5e6a7a82627d9b368c8a95039ddb4a4e305e0457.zip |
not sure if this is needed, but it can't hurt
Diffstat (limited to 'lua/conf')
-rw-r--r-- | lua/conf/plugins/telescope.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/conf/plugins/telescope.lua b/lua/conf/plugins/telescope.lua index 28ad327..68a7c23 100644 --- a/lua/conf/plugins/telescope.lua +++ b/lua/conf/plugins/telescope.lua @@ -58,6 +58,9 @@ return { 'nvim-telescope/telescope.nvim', ["G"] = actions.move_to_bottom, } } + }, + extensions = { + fzf = {} } } |