diff options
author | makefu <github@syntax-fehler.de> | 2021-12-04 21:15:40 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-12-04 21:18:18 +0100 |
commit | e82d2ac7230e0dcf3b20a3fa427284e849013ff5 (patch) | |
tree | 4f0714d453a9c99b0c9541f0ba2fb317f774b37e /makefu/2configs/tools | |
parent | c3fec61aadff34c067c568dc27858c06a13c66d8 (diff) |
ma neovim: disable python-language-server for now
Diffstat (limited to 'makefu/2configs/tools')
-rw-r--r-- | makefu/2configs/tools/dev.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/tools/dev.nix b/makefu/2configs/tools/dev.nix index 30e16f8e6..3dae8a159 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 |