Skip to content

Commit

Permalink
Add switch and functiontextobj to list of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jphalip authored and AlexPl292 committed Nov 26, 2024
1 parent e32fa6d commit b2a6d0d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions doc/IdeaVim Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
</details>

<details>
<summary><h2>FunctionTextObj</h2></summary>

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
</details>

<details>
<summary><h2>Switch</h2></summary>

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

</details>

0 comments on commit b2a6d0d

Please sign in to comment.