neovim: install harpoon

This commit is contained in:
2023-11-06 22:17:48 +03:00
parent e70e463216
commit 80605f15d9
2 changed files with 20 additions and 0 deletions

View File

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