summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/download.lua
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-21 19:12:14 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-21 19:12:14 -0500
commit6b5fcfdb983d41d6a0da32f7cbad1a38a0202aa5 (patch)
tree0f20639bca7e974a86701d0c99d805857ab616b9 /.config/nvim/lua/plugins/download.lua
parent0e1d6afdcb06a76ea700cfbf044af1a9500f8399 (diff)
feat(neovim): Harpoon 2 Addedv1.0.0
ThePrimeagen/harpoon2 added to neovim configuration file. This can be accessed by typing <space>a to add a file and <space>h to view the list of files while in normal mode.
Diffstat (limited to '.config/nvim/lua/plugins/download.lua')
-rw-r--r--.config/nvim/lua/plugins/download.lua1
1 files changed, 1 insertions, 0 deletions
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"},