From 57972802ae5bbfc126301000abfd7d09fbaba624 Mon Sep 17 00:00:00 2001 From: ttak0422 Date: Sun, 3 Mar 2024 02:23:03 +0900 Subject: [PATCH] chore(nix): update inputs --- flake.lock | 6 +++--- neovim/default.nix | 1 + neovim/plugins.nix | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index ed7d103..fab58c1 100644 --- a/flake.lock +++ b/flake.lock @@ -15463,11 +15463,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1708118438, - "narHash": "sha256-kk9/0nuVgA220FcqH/D2xaN6uGyHp/zoxPNUmPCMmEE=", + "lastModified": 1709237383, + "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5863c27340ba4de8f83e7e3c023b9599c3cb3c80", + "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", "type": "github" }, "original": { diff --git a/neovim/default.nix b/neovim/default.nix index a0bddf0..516b643 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -153,6 +153,7 @@ lastplace indent-blankline global-note + denops ]; lazyGroups = with groups; [ oil diff --git a/neovim/plugins.nix b/neovim/plugins.nix index e13d5e1..432a132 100644 --- a/neovim/plugins.nix +++ b/neovim/plugins.nix @@ -1114,5 +1114,9 @@ with pkgs.vimPlugins; }; onCommands = [ "Neogen" ]; }; + denops = { + plugin = denops-vim; + extraPackages = with pkgs.pkgs-unstable; [ deno ]; + }; } // startup // lsp // dap // filetype // git // style // override // helper // tool // search // motion