summaryrefslogtreecommitdiff
path: root/lua/lvim/plugins.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-15 16:33:34 +0200
committerGitHub <[email protected]>2021-10-15 16:33:34 +0200
commitef41a3d24e753b7e82fe31ebe9e74048881c13e8 (patch)
treea9802dbf55c776c564499a5c5e39b08d5d9b852c /lua/lvim/plugins.lua
parentf87416c141de0909a05f1d1cad162a9774def549 (diff)
feat: better telescope integration (#1702)
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r--lua/lvim/plugins.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua
index 84522366..88cd7ad4 100644
--- a/lua/lvim/plugins.lua
+++ b/lua/lvim/plugins.lua
@@ -19,6 +19,11 @@ return {
end,
disable = not lvim.builtin.telescope.active,
},
+ {
+ "nvim-telescope/telescope-fzf-native.nvim",
+ run = "make",
+ disable = not lvim.builtin.telescope.active,
+ },
-- Install nvim-cmp, and buffer source as a dependency
{
"hrsh7th/nvim-cmp",