From cb1f2c660c3ad209f68f5010b886570a917e3a05 Mon Sep 17 00:00:00 2001 From: Kemboi Elvis Date: Thu, 18 Sep 2025 05:56:06 +0300 Subject: [PATCH] removed usePlaceholders --- lua/lazyvim/plugins/extras/lang/go.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/go.lua b/lua/lazyvim/plugins/extras/lang/go.lua index 77536fea..5cdbbcaf 100644 --- a/lua/lazyvim/plugins/extras/lang/go.lua +++ b/lua/lazyvim/plugins/extras/lang/go.lua @@ -42,7 +42,7 @@ return { unusedwrite = true, useany = true, }, - usePlaceholders = true, + usePlaceholders = false, completeUnimported = true, staticcheck = true, directoryFilters = { "-.git", "-.vscode", "-.idea", "-.vscode-test", "-node_modules" },