upgrade elixir-tools.nvim
This commit is contained in:
parent
b918adc577
commit
0864cdfa49
1 changed files with 3 additions and 3 deletions
|
@ -58,8 +58,8 @@
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = "elixir-tools";
|
||||
repo = "elixir-tools.nvim";
|
||||
rev = "v0.14.0";
|
||||
hash = "sha256-U6db1n/RIpT7Dd54e9iI/PjO1BhDpMyNPfaph+dUk7k=";
|
||||
rev = "v0.14.2";
|
||||
hash = "sha256-ESL/H/l5Yarcuo3MjBplKwox8E6CBxvWrpciyJeaES0=";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
@ -291,7 +291,7 @@
|
|||
experimental = { completions = { enable = true } },
|
||||
}
|
||||
},
|
||||
credo = { enable = false },
|
||||
credo = { enable = true },
|
||||
elixirls = { enable = false },
|
||||
})
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue