From de266305ddfcaec0e3477164b4d9bdf1a596a124 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 17:10:01 +0200 Subject: Fix(hm/conf/neovim): Fully import nvim config through nixVim --- .../soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix') 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} + ''; + }; +} -- cgit 1.4.1