Skip to content

Commit

Permalink
fix(go): actually set semantic tokens (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomik committed May 24, 2023
1 parent 5b7ae96 commit 29632c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/lazyvim/plugins/extras/lang/go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ return {
opts = {
servers = {
gopls = {
semanticTokens = true,
settings = {
gopls = {
semanticTokens = true,
},
},
},
},
},
Expand Down

0 comments on commit 29632c6

Please sign in to comment.