1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-29 20:34:08 +02:00

Add quick scope plugin to the list

This commit is contained in:
Alex Plate 2022-12-21 14:24:04 +02:00
parent 654a443d4b
commit c069719c1c
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -381,3 +381,18 @@ Original plugin: [matchit.vim](https://github.com/chrisbra/matchit).
https://github.com/adelarsq/vim-matchit/blob/master/doc/matchit.txt
</details>
<details>
<summary><h2>IdeaVim-Quickscope</h2></summary>
Original plugin: [quick-scope](https://github.com/unblevable/quick-scope).
### Setup:
- Install [IdeaVim-sneak](https://plugins.jetbrains.com/plugin/15348-ideavim-sneak) plugin.
- Add the following command to `~/.ideavimrc`: `set quickscope`
### Instructions
https://plugins.jetbrains.com/plugin/19417-ideavim-quickscope
</details>