From b6302ae731f9d438f4e59f62d04903df79d4c942 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 9 Dec 2023 18:20:18 +0100 Subject: feat(treewide): Specify nvim plugins in my flake --- hm/soispha/conf/nvim/plgs/lf-nvim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/nvim/plgs/lf-nvim') diff --git a/hm/soispha/conf/nvim/plgs/lf-nvim/default.nix b/hm/soispha/conf/nvim/plgs/lf-nvim/default.nix index c562f400..11ad2807 100644 --- a/hm/soispha/conf/nvim/plgs/lf-nvim/default.nix +++ b/hm/soispha/conf/nvim/plgs/lf-nvim/default.nix @@ -12,7 +12,7 @@ extraPlugins = [ pkgs.vimExtraPlugins.lf-nvim - pkgs.vimExtraPlugins.nvim-toggleterm-lua # required by lf-nvim + pkgs.vimPlugins.toggleterm-nvim # required by lf-nvim ]; }; } -- cgit 1.4.1