From 8ee33acda70c74ff4dc2cd8b574cdf94e2e0ef24 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Fri, 23 May 2025 20:37:17 -0400 Subject: `modules/neovim`: compat with transparent bg idk --- modules/neovim/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/neovim/default.nix') diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix index 807ab74..e572001 100644 --- a/modules/neovim/default.nix +++ b/modules/neovim/default.nix @@ -68,7 +68,9 @@ in { plugin = lean-nvim; - config = '' + config = + # lua + '' require('lean').setup{ mappings = true } ''; type = "lua"; @@ -98,8 +100,8 @@ in ]; # extraLuaPackages = ps: with ps; [ # ]; - extraLuaConfig = '' - + extraLuaConfig = + '' ${builtins.readFile ./nvim/init.lua} vim.cmd[[${scheme.extraVimConfig}]] vim.cmd[[colorscheme ${scheme.name}]] -- cgit v1.2.3