diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 18:58:28 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 18:58:28 +0100 |
commit | 402fbd0d9dd4d05ce140f66451d52efccf744fe7 (patch) | |
tree | d552f6d88df621c22c22a084952ff3e8975e52d0 /lua/plugins.lua | |
parent | 09a7015cb70dd7aa5e23f61d7eed79a4396764d3 (diff) |
Add fzf plugin for telescope
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 66ce44c..bc1c198 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -22,6 +22,7 @@ return { { "jose-elias-alvarez/null-ls.nvim" }, { "nvim-telescope/telescope.nvim" }, + { "nvim-telescope/telescope-fzf-native.nvim", run = "make" }, { "nvim-treesitter/nvim-treesitter", run = ":TSUpdate", |