mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 16:47:40 +00:00
nvim: Added harpoon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user