Skip to content

Commit

Permalink
chore: update nvim conf
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Oct 25, 2023
1 parent 42132c3 commit e7ea276
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions home/isabel/programs/editors/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
];

extraPlugins = let
inherit (pkgs.vimPlugins) friendly-snippets aerial-nvim nvim-surround undotree;
inherit (pkgs.vimPlugins) friendly-snippets aerial-nvim nvim-surround undotree harpoon;
in {
friendly-snippets = {package = friendly-snippets;};

Expand All @@ -36,17 +36,15 @@
setup = "require('aerial').setup {}";
};

/*
harpoon = {
package = harpoon;
setup = "require('harpoon').setup {}";
after = ["aerial"];
};
*/

nvim-surround = {
package = nvim-surround;
setup = "require('nvim-surround').setup{}";
setup = "require('nvim-surround').setup {}";
};

undotree = {
Expand Down

0 comments on commit e7ea276

Please sign in to comment.