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 = {