Skip to content

Commit

Permalink
docs: add vim-plug setting in installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
guru245 authored and chrisgrieser committed Nov 12, 2024
1 parent b1c542a commit 6bd8772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ use { "chrisgrieser/nvim-spider" }

-- lazy.nvim
{ "chrisgrieser/nvim-spider", lazy = true },

-- vim-plug
Plug("chrisgrieser/nvim-spider")
```

No keybindings are created by default. Below are the mappings to replace the
Expand Down

0 comments on commit 6bd8772

Please sign in to comment.