fixed harpoon filename
This commit is contained in:
parent
ee516bf1fc
commit
f36d8b5c14
8
lua/plugins/harpoon.lua
Normal file
8
lua/plugins/harpoon.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
"ThePrimeagen/harpoon",
|
||||
version = "*",
|
||||
event = "VeryLazy",
|
||||
config = function() require("harpoon").setup {} end,
|
||||
dependences = { "nvim-lua/plenary.nvim "},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user