nvim: disable python3
This commit is contained in:
parent
8f21db84a0
commit
4793132852
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue