about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-02 16:03:02 +0100
committerSoispha <soispha@vhack.eu>2023-12-02 16:03:02 +0100
commit7f9d68c2b0e57e73aba13414a4bab2f35c866157 (patch)
treed9f4d7b80b3d370f6a0c124f596713d9e21d704c /hm
parentfix(sys/impermanence): Persist the postgresql datebase, if it exists (diff)
downloadnixos-config-7f9d68c2b0e57e73aba13414a4bab2f35c866157.tar.gz
nixos-config-7f9d68c2b0e57e73aba13414a4bab2f35c866157.zip
fix(hm/conf/nvim/plgs/lsp/server/pylyzer): Disable again
Pylyzer seems to be rather useless in comparison to ruff.
I am removing it to remove the unnecessary visual distraction.
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/nvim/plgs/lsp/servers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/lsp/servers/default.nix b/hm/soispha/conf/nvim/plgs/lsp/servers/default.nix
index 1a5b6cb5..d8eae8cc 100644
--- a/hm/soispha/conf/nvim/plgs/lsp/servers/default.nix
+++ b/hm/soispha/conf/nvim/plgs/lsp/servers/default.nix
@@ -5,7 +5,7 @@
     ./servers/ltex.nix
     ./servers/lua-ls.nix
     ./servers/nil_ls.nix
-    ./servers/pylyzer.nix
+    # ./servers/pylyzer.nix
     ./servers/ruff-lsp.nix
     ./servers/rust-analyzer.nix
     ./servers/texlab.nix