From 5cbe908289fab136a6fc373d3702e99ea597e037 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Mon, 18 Aug 2025 17:08:58 +0200 Subject: fix(nixd): use '.git' root marker #4009 'nixd' is the only place I saw 'git' in root_markers, without the dot, so I think it's a mistake. Change it to '.git'. --- lsp/nixd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp') diff --git a/lsp/nixd.lua b/lsp/nixd.lua index 2d01ebe0..1e526137 100644 --- a/lsp/nixd.lua +++ b/lsp/nixd.lua @@ -9,5 +9,5 @@ return { cmd = { 'nixd' }, filetypes = { 'nix' }, - root_markers = { 'flake.nix', 'git' }, + root_markers = { 'flake.nix', '.git' }, } -- cgit v1.2.3-70-g09d2