nvim: Added harpoon

This commit is contained in:
2023-01-09 04:04:09 +02:00
parent 4cf956aa17
commit 9f1ba5034f
3 changed files with 13 additions and 2 deletions

View File

@@ -59,6 +59,13 @@ return function(use)
}
}
-- harpoon, by ThePrimeagen
-- https://github.com/ThePrimeagen/harpoon
use {
"ThePrimeagen/harpoon",
requires = { { "nvim-lua/plenary.nvim" } }
}
-- An asynchronous linter plugin for Neovim complementary to
-- the built-in Language Server Protocol support.
-- https://github.com/mfussenegger/nvim-lint