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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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