diff --git a/nvim/lua/user/plugins/lang/go.lua b/nvim/lua/user/plugins/lang/go.lua index c576eec..5a6daf9 100644 --- a/nvim/lua/user/plugins/lang/go.lua +++ b/nvim/lua/user/plugins/lang/go.lua @@ -25,6 +25,7 @@ local lspservers = { -- parameterNames = true -- }, completeUnimported = true, + usePlaceholders = true, -- semanticTokens = true }, },