From d072ee406e1293fbf3b7616a5e0bea2a69af58d9 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Wed, 17 Dec 2025 16:47:23 +0100 Subject: fix(harper_ls): add `.harper-dictionary.txt` as root marker #4246 The file `.harper-dictionary.txt` stores the workspace-specific dictionary, thus making it a root marker. https://writewithharper.com/docs/integrations/language-server#Workspace-Dictionary --- lsp/harper_ls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp/harper_ls.lua b/lsp/harper_ls.lua index 9e02c31b..42bdf94b 100644 --- a/lsp/harper_ls.lua +++ b/lsp/harper_ls.lua @@ -48,5 +48,5 @@ return { 'clojure', 'sh', }, - root_markers = { '.git' }, + root_markers = { '.harper-dictionary.txt', '.git' }, } -- cgit v1.2.3-70-g09d2