about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs/lf-nvim
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-09 18:20:18 +0100
committerSoispha <soispha@vhack.eu>2023-12-09 18:20:18 +0100
commitb6302ae731f9d438f4e59f62d04903df79d4c942 (patch)
tree1b49245fe4e755d2fa4708de5e02b04ee1064605 /hm/soispha/conf/nvim/plgs/lf-nvim
parentbuild(treewide): Update (diff)
downloadnixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.zip
feat(treewide): Specify nvim plugins in my flake
Diffstat (limited to 'hm/soispha/conf/nvim/plgs/lf-nvim')
-rw-r--r--hm/soispha/conf/nvim/plgs/lf-nvim/default.nix2
1 files changed, 1 insertions, 1 deletions
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
     ];
   };
 }