diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 496ec64..b8221b0 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -23,6 +23,7 @@ withNodeJs = true; withPython3 = true; withRuby = true; + sideloadInitLua = true; # Fix hm creating a init.lua so I can use my personal config extraPackages = [ # for treesitter pkgs.gcc