diff options
Diffstat (limited to 'lua/packages.lua')
-rw-r--r-- | lua/packages.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/packages.lua b/lua/packages.lua index ab26af7..b84f5a9 100644 --- a/lua/packages.lua +++ b/lua/packages.lua @@ -16,6 +16,10 @@ require("lazy").setup({ "nvim-telescope/telescope.nvim", tag = "0.1.1", dependencies = { "nvim-lua/plenary.nvim" }, }, + { + "nvim-telescope/telescope-fzf-native.nvim", + build = "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build", + }, { "Mofiqul/vscode.nvim", }, |