fix: nice branch name jerk

This commit is contained in:
mpaulson 2023-11-30 16:19:19 -07:00
parent d867a33b8e
commit 8501bfe8cb

View File

@ -37,7 +37,7 @@ to go to the files you want.
use "nvim-lua/plenary.nvim" -- don't forget to add this one if you don't have it yet! use "nvim-lua/plenary.nvim" -- don't forget to add this one if you don't have it yet!
use { use {
"ThePrimeagen/harpoon", "ThePrimeagen/harpoon",
branch = "0.1.x", branch = "harpoon2",
requires = { {"nvim-lua/plenary.nvim"} } requires = { {"nvim-lua/plenary.nvim"} }
} }
``` ```