9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
|
return {
|
||
|
"ThePrimeagen/harpoon",
|
||
|
version = "*",
|
||
|
event = "VeryLazy",
|
||
|
config = function() require("harpoon").setup {} end,
|
||
|
dependences = { "nvim-lua/plenary.nvim "},
|
||
|
}
|
||
|
|