diff --git a/features/neovim.nix b/features/neovim.nix index 5cbe7d8..d2c532c 100644 --- a/features/neovim.nix +++ b/features/neovim.nix @@ -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;