aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-19 14:48:07 +0200
committerSoispha <soispha@vhack.eu>2023-09-19 14:48:07 +0200
commit8bef048a43b810a2d5df83304437ea188c26e9f9 (patch)
tree4c2fc74bcd6a996f1e7486164c0f6a98144f43e3 /hm
parentbuild(flake): Update (diff)
downloadnixos-config-8bef048a43b810a2d5df83304437ea188c26e9f9.zip
fix(hm/conf/nvim/plgs/lsp/ltex): Deactivate in rust, as it's bothersome
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix
index 0d039f82..d087d8dd 100644
--- a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix
+++ b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix
@@ -2,7 +2,6 @@
programs.nixvim.plugins.lsp.servers = {
ltex = let
filetypes = [
- "rust"
"java"
"cpp"
"shell"