From 870f6843163341cc57b7a77f8cbd36ba33ddc76b Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Tue, 21 Jan 2025 03:47:33 -0300 Subject: [PATCH] feat(hm/pacakges): add vhs and neovim treesitter for it --- modules/home-manager/packages.nix | 1 + modules/home-manager/programs/neovim/lua/plugins/treesitter.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/home-manager/packages.nix b/modules/home-manager/packages.nix index 0ad711f..9353f13 100644 --- a/modules/home-manager/packages.nix +++ b/modules/home-manager/packages.nix @@ -43,6 +43,7 @@ #orca-slicer # FIXME: Broken right now, gotta wait for PR 369729 shotcut vcv-rack + vhs ## Entertainment jellyfin-media-player diff --git a/modules/home-manager/programs/neovim/lua/plugins/treesitter.lua b/modules/home-manager/programs/neovim/lua/plugins/treesitter.lua index ccc1240..ee535af 100644 --- a/modules/home-manager/programs/neovim/lua/plugins/treesitter.lua +++ b/modules/home-manager/programs/neovim/lua/plugins/treesitter.lua @@ -36,6 +36,7 @@ return { "json", "jsonc", "nix", + "vhs", "yaml", -- Misc "cuda",