Skip to content

Commit

Permalink
refactor(nvim): use vim-jjdescription from nixpkgs
Browse files Browse the repository at this point in the history
The out of tree package is no longer needed.
  • Loading branch information
jalil-salame committed Dec 3, 2024
1 parent 5842562 commit a0d66df
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion nvim/extraPlugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ let
in
{
inherit overlay;
inherit (plugins) vim-jjdescription nvim-silicon;
inherit (plugins) nvim-silicon;
}
12 changes: 0 additions & 12 deletions nvim/extraPlugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,4 @@ final: prev: {
meta.homepage = "https://github.com/michaelrommel/nvim-silicon/";
};

vim-jjdescription = buildVimPlugin {
pname = "vim-jjdescription";
version = "2024-05-28";
src = fetchFromGitHub {
owner = "avm99963";
repo = "vim-jjdescription";
rev = "ca14325202f3cd894d01ba833451017624249222";
sha256 = "1y83fdih991ivlvgcwp0sx97icmf9k6px7mr26vb77izjlf011w2";
};
meta.homepage = "https://github.com/avm99963/vim-jjdescription/";
};

}
1 change: 0 additions & 1 deletion nvim/extraPlugins/plugins
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
repo,branch,alias
https://github.com/michaelrommel/nvim-silicon/,,
https://github.com/avm99963/vim-jjdescription/,,
2 changes: 1 addition & 1 deletion nvim/standalone.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
[
plugins.nui-nvim
plugins.nvim-web-devicons
extraPlugins.vim-jjdescription
plugins.vim-jjdescription
extraPlugins.nvim-silicon
];
# Formatting & linters
Expand Down

0 comments on commit a0d66df

Please sign in to comment.