mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(go): actually set semantic tokens (#811)
This commit is contained in:
parent
5b7ae96c5d
commit
29632c6b29
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
gopls = {
|
gopls = {
|
||||||
semanticTokens = true,
|
settings = {
|
||||||
|
gopls = {
|
||||||
|
semanticTokens = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue