From efa10458d6461819d8e82889cbf7093086a189fe Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 24 Mar 2023 12:52:39 -0400 Subject: [PATCH] nvim treesitter working --- homeConfig/home.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/homeConfig/home.nix b/homeConfig/home.nix index 6224c25..1595b4a 100644 --- a/homeConfig/home.nix +++ b/homeConfig/home.nix @@ -50,13 +50,10 @@ enable = true; viAlias = true; vimAlias = true; - }; - -# TODO: (bryan - failing to build. why?) - programs.neovim.plugins = [ - pkgs.vimPlugins.nvim-treesitter.withAllGrammars - ]; - + plugins = with pkgs; [ + vimPlugins.nvim-treesitter.withAllGrammars + ] + }; # SESSION VARIABLES home.sessionVariables = {