1
0
Fork 0

nvim: disable python3

This commit is contained in:
Daniel Kempkens 2023-12-10 13:04:11 +01:00
parent 8f21db84a0
commit 4793132852
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -13,7 +13,7 @@ in
withNodeJs = false; withNodeJs = false;
withRuby = false; withRuby = false;
withPython3 = true; withPython3 = false;
extraLuaPackages = luaPkgs: with luaPkgs; [ jsregexp lua-toml readline ]; extraLuaPackages = luaPkgs: with luaPkgs; [ jsregexp lua-toml readline ];