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

This commit is contained in:
Jonas Holst Damtoft authored and GitHub committed 2023-05-24 14:07:23 +02:00
1 parent 5b7ae96c5d
commit 29632c6b29
1 file changed
+5 -1
+5 -1
View File
@@ -15,7 +15,11 @@ return {
opts = {
servers = {
gopls = {
semanticTokens = true,
settings = {
gopls = {
semanticTokens = true,
},
},
},
},
},