diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 19:12:14 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 19:12:14 -0500 |
| commit | 6b5fcfdb983d41d6a0da32f7cbad1a38a0202aa5 (patch) | |
| tree | 0f20639bca7e974a86701d0c99d805857ab616b9 /.config/nvim/lua/plugins/harpoon.lua | |
| parent | 0e1d6afdcb06a76ea700cfbf044af1a9500f8399 (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/harpoon.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/harpoon.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/harpoon.lua b/.config/nvim/lua/plugins/harpoon.lua new file mode 100644 index 0000000..cc60307 --- /dev/null +++ b/.config/nvim/lua/plugins/harpoon.lua @@ -0,0 +1,3 @@ +local harpoon = require("harpoon") +harpoon:setup() + |
