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

Missed one path for nvim tests

This commit is contained in:
Alex Plate 2025-03-04 16:46:58 +02:00
parent 1af8d31272
commit 5770fbd70f
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -18,7 +18,7 @@ object Nvim : IdeaVimBuildType({
param("env.ORG_GRADLE_PROJECT_downloadIdeaSources", "false")
param("env.ORG_GRADLE_PROJECT_ideaVersion", NVIM_TESTS)
param("env.ORG_GRADLE_PROJECT_instrumentPluginCode", "false")
param("env.ideavim.nvim.path", "./nvim-linux64/bin/nvim")
param("env.ideavim.nvim.path", "./nvim-linux-x86_64/bin/nvim")
}
vcs {