Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 335b9f2

Browse files
committedMar 3, 2025··
chore(gopls): format with stylua
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
1 parent b0d8b4d commit 335b9f2

File tree

1 file changed

+1
-3
lines changed
  • lua/modules/configs/completion/servers

1 file changed

+1
-3
lines changed
 

‎lua/modules/configs/completion/servers/gopls.lua

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ return {
3535
completeUnimported = true,
3636
symbolMatcher = "Fuzzy",
3737
buildFlags = { "-tags", "integration" },
38-
semanticTokenTypes = {
39-
string = false,
40-
},
38+
semanticTokenTypes = { string = false },
4139
codelenses = {
4240
generate = true,
4341
gc_details = true,

0 commit comments

Comments
 (0)
Please sign in to comment.