feat: enable hM.neovim.sidloadInitLua

This commit is contained in:
2026-04-22 00:06:16 +02:00
parent d33fd60ce4
commit e486bb28b0

View File

@@ -39,6 +39,7 @@
programs.neovim = {
enable = true;
sideloadInitLua = true;
vimAlias = true;
defaultEditor = true;
package = inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.default;