From f3becc576adeab925449fda9d3ec80d18144c160 Mon Sep 17 00:00:00 2001 From: Ninjackson <84806918+NinjacksonXV@users.noreply.github.com> Date: Sun, 4 May 2025 11:48:55 -0700 Subject: fix(taplo): root markers #3819 Problem: Root directory does not prefer Taplo configuration files Solution: Add Taplo configuration files to root dir definition. --- lsp/taplo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp/taplo.lua') diff --git a/lsp/taplo.lua b/lsp/taplo.lua index 59ac2b36..4de4c8d9 100644 --- a/lsp/taplo.lua +++ b/lsp/taplo.lua @@ -11,5 +11,5 @@ return { cmd = { 'taplo', 'lsp', 'stdio' }, filetypes = { 'toml' }, - root_markers = { '.git' }, + root_markers = { '.taplo.toml', 'taplo.toml', '.git' }, } -- cgit v1.2.3-70-g09d2