about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix
new file mode 100644
index 00000000..a42c6f33
--- /dev/null
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix
@@ -0,0 +1,8 @@
+{lib, ...}: {
+  programs.nixvim = {
+    # TODO package lf-nvim though a module
+    extraConfigLuaPost = ''
+      ${lib.strings.fileContents ./lua/lf-nvim.lua}
+    '';
+  };
+}