Skip to content

Commit

Permalink
Add information about the Vim-Peekaboo plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Nov 8, 2024
1 parent bcf5190 commit b0951f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .teamcity/_Self/buildTypes/Compatibility.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down
11 changes: 11 additions & 0 deletions doc/IdeaVim Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit b0951f4

Please sign in to comment.