diff --git a/doc/IdeaVim Plugins.md b/doc/IdeaVim Plugins.md
index 446dc6aab1..de38d59d6e 100644
--- a/doc/IdeaVim Plugins.md
+++ b/doc/IdeaVim Plugins.md
@@ -444,8 +444,44 @@ https://github.com/TheBlob42/idea-which-key?tab=readme-ov-file#installation
By Julien Phalip
Original plugin: [vim-peekaboo](https://github.com/junegunn/vim-peekaboo).
+### Setup
+
+Add `set peekaboo` to your `~/.ideavimrc` file, then run `:source ~/.ideavimrc`
+or restart the IDE.
+
### Instructions
https://plugins.jetbrains.com/plugin/25776-vim-peekaboo
+
+
+
+FunctionTextObj
+
+By Julien Phalip
+
+### Setup
+
+Add `set functiontextobj` to your `~/.ideavimrc` file, then run `:source ~/.ideavimrc`
+or restart the IDE.
+
+### Instructions
+
+https://plugins.jetbrains.com/plugin/25897-vim-functiontextobj
+
+
+
+Switch
+
+By Julien Phalip
+Original plugin: [switch.vim](https://github.com/AndrewRadev/switch.vim).
+
+### Setup
+
+Add `set switch` to your `~/.ideavimrc` file, then run `:source ~/.ideavimrc`
+or restart the IDE.
+
+### Instructions
+
+https://plugins.jetbrains.com/plugin/25899-vim-switch