1
0
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:
Alex Plate 2025-03-04 15:50:48 +02:00
parent 6eb9207ff6
commit 1af8d31272
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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()
}