File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Implements support for Neovim remote plugins written in Elixir.
1010Install the host archive, we will use it to build the host locally.
1111
1212```
13- $ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.3.0 /nvim.ez
13+ $ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.3.1 /nvim.ez
1414```
1515
1616Build and install the host by running ` nvim.install ` and providing the path to nvim config(` ~/.config/nvim ` by default on linux systems)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule NVim.Installer.Mixfile do
33
44 def project do
55 [ app: :nvim_installer ,
6- version: "0.3.0 " ,
6+ version: "0.3.1 " ,
77 elixir: "~> 1.3" ]
88 end
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule NVim.Mixfile do
33
44 def project do
55 [ app: :nvim ,
6- version: "0.3.0 " ,
6+ version: "0.3.1 " ,
77 preferred_cli_env: [ espec: :test ] ,
88 elixir: "~> 1.3.0" ,
99 deps: deps ,
You can’t perform that action at this time.
0 commit comments