From e82d2ac7230e0dcf3b20a3fa427284e849013ff5 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 4 Dec 2021 21:15:40 +0100 Subject: ma neovim: disable python-language-server for now --- makefu/2configs/tools/dev.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefu/2configs/tools/dev.nix') diff --git a/makefu/2configs/tools/dev.nix b/makefu/2configs/tools/dev.nix index 30e16f8e..3dae8a15 100644 --- a/makefu/2configs/tools/dev.nix +++ b/makefu/2configs/tools/dev.nix @@ -2,8 +2,8 @@ { users.users.makefu.packages = with pkgs;[ - (python37.withPackages(ps: [ - ps.python-language-server + (python3.withPackages(ps: [ + #ps.python-language-server # the following plugins are optional, they provide type checking, import sorting and code formatting ps.pyls-mypy ps.pyls-isort ps.pyls-black ps.virtualenv ps.pyserial ps.virtualenv -- cgit v1.2.3