Skip to content

Commit

Permalink
snacks: use git package
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 22, 2025
1 parent 53eba09 commit a09d4e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixvim/plugins/snacks/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
config,
self,
system,
...
}:
{
Expand All @@ -16,6 +18,7 @@
plugins = {
snacks = {
enable = true;
package = self.packages.${system}.snacks-nvim;

settings = {
indent.enabled = true;
Expand Down

0 comments on commit a09d4e5

Please sign in to comment.