aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-28 14:42:26 +0200
committerSoispha <soispha@vhack.eu>2023-08-28 14:42:26 +0200
commit0eb5edb0b91b1e18d075f1537a915c714d7dbe12 (patch)
tree29136fa77ecd78c2316f246dee7242487bedc2dc /hm/soispha/conf
parentFix(hm/conf/nvim/plugins/neorg): Add entry to modules, to generate them (diff)
downloadnixos-config-0eb5edb0b91b1e18d075f1537a915c714d7dbe12.zip
Fix(hm/conf/nvim/plugins/femaco): Switch to extra, as that's newer
Diffstat (limited to 'hm/soispha/conf')
-rw-r--r--hm/soispha/conf/nvim/plugins/femaco/default.nix4
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 = {