diff options
author | Squibid <me@zacharyscheiman.com> | 2024-11-19 13:05:19 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-11-19 13:05:19 -0600 |
commit | fda8909c9c9ad4d6c104018ab683d5e7a54e20a0 (patch) | |
tree | fca5017ba8d7e265d4187a48b88f149b226c5243 /lua/conf | |
parent | c489d393695e90d424f9ae51e35c4d42358e6a71 (diff) | |
download | nvim-fda8909c9c9ad4d6c104018ab683d5e7a54e20a0.tar.gz nvim-fda8909c9c9ad4d6c104018ab683d5e7a54e20a0.tar.bz2 nvim-fda8909c9c9ad4d6c104018ab683d5e7a54e20a0.zip |
pin harpoon to a commit that actually works
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins/harpoon.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/conf/plugins/harpoon.lua b/lua/conf/plugins/harpoon.lua index cb2edca..36cd7cb 100644 --- a/lua/conf/plugins/harpoon.lua +++ b/lua/conf/plugins/harpoon.lua @@ -3,6 +3,7 @@ local map = misc.map return { 'ThePrimeagen/harpoon', disable = vim.version().minor < 8, + commit = 'e76cb03', branch = 'harpoon2', requires = 'nvim-lua/plenary.nvim', function() |