diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-03 07:10:01 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-03 07:10:01 +0200 |
| commit | 7197d1ff801e8137defe5194a30478dc943b6cd8 (patch) | |
| tree | 6c2a50bc8de89d94923fa5c3dd74dda6b1e51a08 /lua/user/pack.lua | |
| parent | 4de8a5c8b8c6d677a4bdc306e408b425ce43af5d (diff) | |
| download | dotfiles-7197d1ff801e8137defe5194a30478dc943b6cd8.tar.gz dotfiles-7197d1ff801e8137defe5194a30478dc943b6cd8.zip | |
Installed 'ThePrimeagen/harpoon'
Diffstat (limited to 'lua/user/pack.lua')
| -rw-r--r-- | lua/user/pack.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index dc500d5..a543419 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -111,6 +111,7 @@ return packer.startup(function(use) -- File explorer/fuzzy finder use("kyazdani42/nvim-tree.lua") -- File explorer use('ibhagwan/fzf-lua') -- Fuzzy finder + use('ThePrimeagen/harpoon') use("nvim-telescope/telescope.nvim") -- Fuzzy finder with lots of features/extendabilities use({ "nvim-telescope/telescope-fzf-native.nvim", run = "make" }) -- Support fzf syntax/algorithm use("nvim-telescope/telescope-ui-select.nvim") -- |
