From ccbe2ceecfaa39a6ee8ce15f2207db39f54ff069 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Wed, 05 Aug 2026 19:29:04 +0000 Subject: [PATCH] fix: enable native Harper language server Include the existing native Harper configuration in the explicit LSP enable list so it remains active after removing the legacy launcher. Assisted-by: Pi:openai-codex/gpt-5.6-sol --- init.lua | 1 + 1 file(s) changed, 1 insertion(s)(+), 0 deletion(s)(-) diff --git a/init.lua b/init.lua --- a/init.lua +++ b/init.lua @@ -177,6 +177,7 @@ "nil_ls", "ts_ls", "yamlls", + "harper_ls", }) vim.api.nvim_create_autocmd("LspAttach", { callback = function(ev) -- tangled.sh