From 270d59b49e6a3e21a7177104ab7a6182516d0aeb Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Nov 2024 15:52:49 -0600 Subject: [PATCH] feat(hm/price): install bun for nvim plugins --- users/price/conf/nvim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/price/conf/nvim/default.nix b/users/price/conf/nvim/default.nix index 01b6f135..32474d3f 100644 --- a/users/price/conf/nvim/default.nix +++ b/users/price/conf/nvim/default.nix @@ -7,6 +7,7 @@ packages = with pkgs; [ neovide neovim + bun ]; }; }