diff options
author | Soispha <soispha@vhack.eu> | 2023-12-09 18:20:18 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-09 18:20:18 +0100 |
commit | b6302ae731f9d438f4e59f62d04903df79d4c942 (patch) | |
tree | 1b49245fe4e755d2fa4708de5e02b04ee1064605 /hm/soispha/conf/nvim/plgs/lf-nvim | |
parent | build(treewide): Update (diff) | |
download | nixos-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.nix | 2 |
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 ]; }; } |