diff options
author | Squibid <me@zacharyscheiman.com> | 2024-03-09 00:02:02 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-03-09 00:02:02 -0500 |
commit | debeca659ae2e41ca3f248a5ee30dbbaca6aebc8 (patch) | |
tree | b742b75fa35ff939062e25b7a8eb185744137084 /lua/conf/plugins.lua | |
parent | 6deb1b6a6bd72319db2845a53450a6039c613954 (diff) | |
download | nvim-debeca659ae2e41ca3f248a5ee30dbbaca6aebc8.tar.gz nvim-debeca659ae2e41ca3f248a5ee30dbbaca6aebc8.tar.bz2 nvim-debeca659ae2e41ca3f248a5ee30dbbaca6aebc8.zip |
update harpoon to harpoon 2
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/conf/plugins.lua b/lua/conf/plugins.lua index 4b2bcf1..d70e0ac 100644 --- a/lua/conf/plugins.lua +++ b/lua/conf/plugins.lua @@ -43,6 +43,7 @@ require('dep') { { 'ahmedkhalf/project.nvim' }, -- cd into root of project { 'mrjones2014/smart-splits.nvim'}, -- buffer resizing { 'ThePrimeagen/harpoon', -- super duper fast navigation through files + branch = 'harpoon2', requires = 'nvim-lua/plenary.nvim' }, |