about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-22 19:40:44 +0200
committerSoispha <soispha@vhack.eu>2023-08-22 19:55:51 +0200
commite866be8cbb3b9795c514f7403cf116667e3bbfc4 (patch)
tree36a0889afeb5f144f8067d85a7f06cb398597ad3
parentBuild(flake): Update (diff)
downloadnixos-config-e866be8cbb3b9795c514f7403cf116667e3bbfc4.tar.gz
nixos-config-e866be8cbb3b9795c514f7403cf116667e3bbfc4.zip
Fix(hm/conf/neovim/plugs/lsp/ltex): Disable autocompletion while typing
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/servers/ltex.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/servers/ltex.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/servers/ltex.nix
index 9fc42473..0d039f82 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/servers/ltex.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/servers/ltex.nix
@@ -28,7 +28,7 @@
       inherit filetypes;
       settings = {
         enabled = filetypes;
-        completionEnabled = true;
+        completionEnabled = false;
         language = "en-CA";
         additionalRules = {
           enablePickyRules = true;