1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-05 09:34:03 +02:00

Add vim sneak to the list of plugins

This commit is contained in:
Alex Plate 2022-11-08 09:41:57 +02:00
parent 3df637b265
commit b734153253
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -33,6 +33,14 @@ Available extensions:
* Emulates [vim-easymotion](https://github.com/easymotion/vim-easymotion)
* Commands: All commands with the mappings are supported. See the [full list of supported commands](https://github.com/AlexPl292/IdeaVim-EasyMotion#supported-commands).
## sneak
* Setup:
* Install [IdeaVim-sneak](https://plugins.jetbrains.com/plugin/15348-ideavim-sneak) plugin.
* `set sneak`
* Emulates [vim-sneak](https://github.com/justinmk/vim-sneak)
* Commands: See the [docs](https://github.com/Mishkun/ideavim-sneak#usage).
## NERDTree
* Setup: `Plug 'preservim/nerdtree'`
* <details>