mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
remove popup.nvim as dependency
This commit is contained in:
parent
54a47d3590
commit
212584d281
@ -32,7 +32,6 @@ Simply install via your favorite plugin manager.
|
||||
|
||||
```vim
|
||||
Plug 'nvim-lua/plenary.nvim' " don't forget to add this one if you don't have it yet!
|
||||
Plug 'nvim-lua/popup.nvim'
|
||||
Plug 'ThePrimeagen/harpoon'
|
||||
```
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
local harpoon = require("harpoon")
|
||||
local popup = require("popup")
|
||||
local popup = require("plenary.popup")
|
||||
local log = require("harpoon.dev").log
|
||||
local term = require("harpoon.term")
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
local harpoon = require("harpoon")
|
||||
local popup = require("popup")
|
||||
local popup = require("plenary.popup")
|
||||
local Marked = require("harpoon.mark")
|
||||
local log = require("harpoon.dev").log
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user