From 44d754ec0263cc05f0ef73c4a96d6aaee49f9c67 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Mon, 6 Jan 2025 21:34:12 +0100 Subject: [PATCH] neovim: Don't automatically attach harper --- neovim/lsp.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neovim/lsp.nix b/neovim/lsp.nix index 004285e..6dce208 100644 --- a/neovim/lsp.nix +++ b/neovim/lsp.nix @@ -187,7 +187,10 @@ ''; }; yamlls.enable = true; - harper_ls.enable = true; + harper_ls = { + enable = true; + autostart = false; + }; ltex = { enable = true; onAttach.function = ''