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/editor/neovim/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'makefu/2configs/editor/neovim/default.nix') diff --git a/makefu/2configs/editor/neovim/default.nix b/makefu/2configs/editor/neovim/default.nix index e7e59373..a6fc1abc 100644 --- a/makefu/2configs/editor/neovim/default.nix +++ b/makefu/2configs/editor/neovim/default.nix @@ -29,7 +29,11 @@ enable = true; withPython3 = true; # withNodeJs = true; - extraPython3Packages = (ps: with ps; [ python-language-server pyls-mypy black libxml2]); + extraPython3Packages = (ps: with ps; [ + # python-language-server + # pyls-mypy + black libxml2 + ]); extraConfig = builtins.readFile ./vimrc; plugins = with pkgs.vimPlugins;[ undotree -- cgit v1.2.3