From fd9b0ecef4142a62b45404700ba1cff488f84a73 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 23 May 2024 13:31:11 +0200 Subject: refactor(modules/home): Setup as "normal" NixOS module --- .../home/soispha/conf/nvim/plgs/femaco/default.nix | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 modules/home/soispha/conf/nvim/plgs/femaco/default.nix (limited to 'modules/home/soispha/conf/nvim/plgs/femaco/default.nix') diff --git a/modules/home/soispha/conf/nvim/plgs/femaco/default.nix b/modules/home/soispha/conf/nvim/plgs/femaco/default.nix deleted file mode 100644 index 0b4f7937..00000000 --- a/modules/home/soispha/conf/nvim/plgs/femaco/default.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ - pkgs, - lib, - ... -}: { - programs.nixvim = { - # TODO: package femaco through a module - extraConfigLuaPost = '' - ${lib.strings.fileContents ./lua/femaco.lua} - ''; - extraPlugins = [ - pkgs.vimPlugins.nvim-FeMaco-lua - ]; - keymaps = [ - { - key = "cc"; - mode = "n"; - action = "require('femaco.edit').edit_code_block"; - lua = true; - options.desc = "edit a [c]ode blo[c]k with femaco"; - } - ]; - }; -} -- cgit 1.4.1