mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
update README with telescope info
This commit is contained in:
parent
8bfbb471ce
commit
ee7e659ec8
16
README.md
16
README.md
@ -190,3 +190,19 @@ more convenient to launch Neovim with an environment variable, e.g. `>
|
||||
HARPOON_LOG=trace nvim`. In case both, `vim.g` and an environment variable are
|
||||
used, the log level set by the environment variable overrules. Supplying an
|
||||
invalid log level defaults back to warnings.
|
||||
|
||||
## Telescope
|
||||
|
||||
### Setup
|
||||
|
||||
Add thet followingt to your config:
|
||||
```lua
|
||||
require("telescope").load_extension('harpoon')
|
||||
```
|
||||
|
||||
### Launch
|
||||
|
||||
Call the following to launch the telescope window
|
||||
```lua
|
||||
:Telescope harpoon marks
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user