mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-02 19: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 {
|
||||
name = "Set up NeoVim"
|
||||
scriptContent = """
|
||||
wget https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux64.tar.gz
|
||||
tar xzf nvim-linux64.tar.gz
|
||||
cd nvim-linux64/bin
|
||||
wget https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
|
||||
tar xzf nvim-linux-x86_64.tar.gz
|
||||
cd nvim-linux-x86_64/bin
|
||||
chmod +x nvim
|
||||
""".trimIndent()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user