Skip to content

Commit

Permalink
Merge pull request #106 from seblj/master
Browse files Browse the repository at this point in the history
remove popup.nvim as dependency
  • Loading branch information
ThePrimeagen authored Nov 3, 2021
2 parents 54a47d3 + 212584d commit 22b2650
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

Expand Down
2 changes: 1 addition & 1 deletion lua/harpoon/cmd-ui.lua
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
2 changes: 1 addition & 1 deletion lua/harpoon/ui.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 22b2650

Please sign in to comment.