From c069719c1ce11d70e19ff6876caab233dff24e7d Mon Sep 17 00:00:00 2001
From: Alex Plate <aleksei.plate@jetbrains.com>
Date: Wed, 21 Dec 2022 14:24:04 +0200
Subject: [PATCH] Add quick scope plugin to the list

---
 doc/IdeaVim Plugins.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/IdeaVim Plugins.md b/doc/IdeaVim Plugins.md
index 3804e1e77..dcb861c43 100644
--- a/doc/IdeaVim Plugins.md	
+++ b/doc/IdeaVim Plugins.md	
@@ -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>