diff options
author | Soispha <soispha@vhack.eu> | 2023-08-28 14:42:26 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-28 14:42:26 +0200 |
commit | 0eb5edb0b91b1e18d075f1537a915c714d7dbe12 (patch) | |
tree | 29136fa77ecd78c2316f246dee7242487bedc2dc | |
parent | Fix(hm/conf/nvim/plugins/neorg): Add entry to modules, to generate them (diff) | |
download | nixos-config-0eb5edb0b91b1e18d075f1537a915c714d7dbe12.tar.gz nixos-config-0eb5edb0b91b1e18d075f1537a915c714d7dbe12.zip |
Fix(hm/conf/nvim/plugins/femaco): Switch to extra, as that's newer
-rw-r--r-- | hm/soispha/conf/nvim/plugins/femaco/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/nvim/plugins/femaco/default.nix b/hm/soispha/conf/nvim/plugins/femaco/default.nix index e58fc8fe..570ff297 100644 --- a/hm/soispha/conf/nvim/plugins/femaco/default.nix +++ b/hm/soispha/conf/nvim/plugins/femaco/default.nix @@ -4,12 +4,12 @@ ... }: { programs.nixvim = { - # TODO: package femaco though a module + # TODO: package femaco through a module extraConfigLuaPost = '' ${lib.strings.fileContents ./lua/femaco.lua} ''; extraPlugins = [ - pkgs.vimPlugins.nvim-FeMaco-lua + pkgs.vimExtraPlugins.nvim-FeMaco-lua ]; maps = { normal = { |