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

Add information about the Vim-Peekaboo plugin

This commit is contained in:
Alex Plate 2024-11-08 11:06:32 +02:00
parent bcf519027e
commit b0951f4a38
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
3 changed files with 13 additions and 0 deletions
.teamcity/_Self/buildTypes
doc
scripts/src/main/kotlin/scripts

View File

@ -40,6 +40,7 @@ object Compatibility : IdeaVimBuildType({
# java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.github.copilot' [latest-IU] -team-city
java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.github.dankinsoid.multicursor' [latest-IU] -team-city
java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.joshestein.ideavim-quickscope' [latest-IU] -team-city
java -jar verifier1/verifier-cli-dev-all-1.jar check-plugin '${'$'}com.julienphalip.ideavim.peekaboo' [latest-IU] -team-city
""".trimIndent()
}
}

View File

@ -435,3 +435,14 @@ Original plugin: [vim-which-key](https://github.com/liuchengxu/vim-which-key).
https://github.com/TheBlob42/idea-which-key?tab=readme-ov-file#installation
</details>
<details>
<summary><h2>Vim Peekaboo</h2></summary>
By Julien Phalip
Original plugin: [vim-peekaboo](https://github.com/junegunn/vim-peekaboo).
### Instructions
https://plugins.jetbrains.com/plugin/25776-vim-peekaboo
</details>

View File

@ -40,6 +40,7 @@ val knownPlugins = setOf(
"com.protoseo.input-source-auto-converter",
// "cc.implicated.intellij.plugins.bunny", // I don't want to include this plugin in the list of IdeaVim plugins as I don't understand what this is for
"com.julienphalip.ideavim.peekaboo", // https://plugins.jetbrains.com/plugin/25776-vim-peekaboo
)
suspend fun main() {