Skip to content

Commit

Permalink
Revert "feat(hbac): add hbac.nvim with buildVimPlugin"
Browse files Browse the repository at this point in the history
This reverts commit 9686cf7.
  • Loading branch information
Pyxels committed Aug 7, 2024
1 parent 20fbaa5 commit dbc9476
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions config/editor.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{pkgs, ...}: {
{
plugins = {
nvim-tree = {
enable = true;
Expand Down Expand Up @@ -78,20 +78,6 @@
};
};

extraPlugins = [
(pkgs.vimUtils.buildVimPlugin
{
name = "hbac";
src = pkgs.fetchFromGitHub {
owner = "axkirillov";
repo = "hbac.nvim";
rev = "e2e8333aa56ef43a577ac3a2a2e87bdf2f0d4cbb";
hash = "sha256-7+e+p+0zMHPJjpnKNkL7QQHZJGQ1DFZ6fsofcsVNXaY=";
};
})
];
extraConfigLua = "require('hbac').setup()";

keymaps = [
{
key = "<Leader>b";
Expand Down

0 comments on commit dbc9476

Please sign in to comment.