fix(go): actually set semantic tokens (#811)

This commit is contained in:
Jonas Holst Damtoft
2023-05-24 14:07:23 +02:00
committed by GitHub
parent 5b7ae96c5d
commit 29632c6b29

View File

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