Skip to content

Commit

Permalink
feat(plug): willothy/flatten.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Mar 7, 2024
1 parent 58d690a commit 84a5865
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
"rev": "90c22e47be057562ee9566bad313ad42d622c1d3",
"type": "git"
},
"flatten.nvim": {
"branch": "main",
"repo": "[email protected]:willothy/flatten.nvim",
"rev": "92c59ae6200e6b04aff167577ebb8a9035a6d2b3",
"type": "git"
},
"flit.nvim": {
"branch": "main",
"repo": "ssh://[email protected]/ggandor/flit.nvim",
Expand Down
13 changes: 12 additions & 1 deletion plugins/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,17 @@ in rec {
};
};

flatten = {
src = sources."flatten.nvim";
config = {
window = {
open = "alternate";
};
};
lazy = false;
priority = 1001;
};

fun = {
package = let
luafun = luajitPackages.callPackage ../pkgs/luafun.nix {};
Expand Down Expand Up @@ -405,7 +416,7 @@ in rec {
src = sources.nvim-notify;
config = ./notify.lua;
lazy = false;
priority = 1000;
priority = 1001;
};

nvim-surround = {
Expand Down

0 comments on commit 84a5865

Please sign in to comment.