summaryrefslogtreecommitdiffstats
path: root/2configs/editor/neovim
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 21:15:40 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 21:18:18 +0100
commitfaa1b2a5264c2c1681725e6865a03a34268dce6b (patch)
tree50a16527757e4c7a55dde1483590d960b946d16f /2configs/editor/neovim
parenta115024641aa597c1e8d7c9eeb47db02f1d97075 (diff)
ma neovim: disable python-language-server for now
Diffstat (limited to '2configs/editor/neovim')
-rw-r--r--2configs/editor/neovim/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/2configs/editor/neovim/default.nix b/2configs/editor/neovim/default.nix
index e7e59373a..a6fc1abc1 100644
--- a/2configs/editor/neovim/default.nix
+++ b/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