1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-08-14 17:17:07 +02:00

Remove unused export

This commit is contained in:
Alex Plate
2020-10-31 18:36:33 +03:00
parent d48576f48a
commit 8ae656dee3

@@ -31,7 +31,6 @@ object Nvim : BuildType({
tar xzf nvim-linux64.tar.gz
cd nvim-linux64/bin
chmod +x nvim
export IDEAVIM_NVIM_PATH=${'$'}(pwd)/nvim
""".trimIndent()
}
gradle {