From 6b5fcfdb983d41d6a0da32f7cbad1a38a0202aa5 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 21 Feb 2026 19:12:14 -0500 Subject: feat(neovim): Harpoon 2 Added ThePrimeagen/harpoon2 added to neovim configuration file. This can be accessed by typing a to add a file and h to view the list of files while in normal mode. --- .config/nvim/lua/plugins/download.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config/nvim/lua/plugins/download.lua') diff --git a/.config/nvim/lua/plugins/download.lua b/.config/nvim/lua/plugins/download.lua index b125001..3b28179 100644 --- a/.config/nvim/lua/plugins/download.lua +++ b/.config/nvim/lua/plugins/download.lua @@ -17,6 +17,7 @@ require("lazy").setup({ { 'nvim-telescope/telescope.nvim', dependencies = { 'nvim-lua/plenary.nvim' } }, { "nvim-treesitter/nvim-treesitter", tag = 'v0.10.0', build = ":TSUpdate" }, { "mbbill/undotree" }, + { "ThePrimeagen/harpoon", branch = "harpoon2", dependencies = { 'nvim-lua/plenary.nvim' } }, {'neovim/nvim-lspconfig'}, { "sainnhe/everforest" }, {"Civitasv/cmake-tools.nvim"}, -- cgit v1.2.3