fix(go): actually set semantic tokens

This commit is contained in:
Jonas Holst Damtoft 2023-05-24 13:47:14 +02:00
parent 163a4f9275
commit 5df936bd2f

View file

@ -15,7 +15,11 @@ return {
opts = {
servers = {
gopls = {
semanticTokens = true,
settings = {
gopls = {
semanticTokens = true,
},
},
},
},
},