Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
chore(nix): update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Mar 2, 2024
1 parent f6421d2 commit 5797280
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
lastplace
indent-blankline
global-note
denops
];
lazyGroups = with groups; [
oil
Expand Down
4 changes: 4 additions & 0 deletions neovim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5797280

Please sign in to comment.