updated some configs

This commit is contained in:
2026-05-11 10:37:11 -06:00
parent d778a22a6c
commit 049a10e60e
2 changed files with 16 additions and 16 deletions

View File

@@ -63,7 +63,7 @@ return {
-- Go
gopls = {
-- Root detection: find go.work first, then go.mod, then git root
-- root_dir = make_root_detector({ "go.work", "go.mod" }),
root_dir = make_root_detector({ "go.work", "go.mod" }),
settings = {
gopls = {
gofumpt = true,