mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-18 00:34:04 +02:00
Update links to nvim on TC
This commit is contained in:
parent
6eb9207ff6
commit
1af8d31272
6
.teamcity/_Self/buildTypes/Nvim.kt
vendored
6
.teamcity/_Self/buildTypes/Nvim.kt
vendored
@ -32,9 +32,9 @@ object Nvim : IdeaVimBuildType({
|
|||||||
script {
|
script {
|
||||||
name = "Set up NeoVim"
|
name = "Set up NeoVim"
|
||||||
scriptContent = """
|
scriptContent = """
|
||||||
wget https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux64.tar.gz
|
wget https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
|
||||||
tar xzf nvim-linux64.tar.gz
|
tar xzf nvim-linux-x86_64.tar.gz
|
||||||
cd nvim-linux64/bin
|
cd nvim-linux-x86_64/bin
|
||||||
chmod +x nvim
|
chmod +x nvim
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user