diff options
author | Soispha <soispha@vhack.eu> | 2023-09-19 14:48:07 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-19 14:48:07 +0200 |
commit | 8bef048a43b810a2d5df83304437ea188c26e9f9 (patch) | |
tree | 4c2fc74bcd6a996f1e7486164c0f6a98144f43e3 | |
parent | build(flake): Update (diff) | |
download | nixos-config-8bef048a43b810a2d5df83304437ea188c26e9f9.tar.gz nixos-config-8bef048a43b810a2d5df83304437ea188c26e9f9.zip |
fix(hm/conf/nvim/plgs/lsp/ltex): Deactivate in rust, as it's bothersome
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix | 1 |
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" |