Update Neovim to 0.10.1
This commit is contained in:
parent
e332a9835e
commit
86308429dd
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
pkgsUnstable,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (pkgs) fetchFromGitHub;
|
||||
|
@ -121,6 +126,8 @@ in
|
|||
programs.neovim = {
|
||||
enable = true;
|
||||
|
||||
package = pkgsUnstable.neovim-unwrapped;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
comment-nvim
|
||||
dial-nvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue