Skip to content

Commit

Permalink
🔧 (comment-box): use nixvim
Browse files Browse the repository at this point in the history
thanks @elythh
  • Loading branch information
elythh committed Aug 29, 2024
1 parent 5bcc5ae commit e680155
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 37 deletions.
19 changes: 3 additions & 16 deletions config/plug/utils/comment-box.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{ pkgs, ... }:
let
version = "v1.0.2";
in
{
extraPlugins = with pkgs.vimUtils; [
(buildVimPlugin {
pname = "comment-box.nvim";
inherit version;
src = pkgs.fetchFromGitHub {
owner = "LudoPinelli";
repo = "comment-box.nvim";
rev = "refs/tags/${version}";
hash = "sha256-2P8Zyd5ucOvihZdjgSmr7YlV0yuCn+LyHkCj9gPx/CY=";
};
})
];
plugins.comment-box = {
enable = true;
};
}
42 changes: 21 additions & 21 deletions flake.lock

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

0 comments on commit e680155

Please sign in to comment.