neovim: add harpoon

This commit is contained in:
2024-06-20 20:25:42 +03:00
parent 01faead882
commit eeeac58c34
2 changed files with 25 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ require("packer").startup(function(use)
use({ "b0o/SchemaStore.nvim" })
use({ "ThePrimeagen/harpoon", branch = "harpoon2" })
if PACKER_BOOTSTRAP then
require("packer").sync()
end