fix(go): actually set semantic tokens (#811)
This commit is contained in:

committed by
GitHub

parent
5b7ae96c5d
commit
29632c6b29
@ -14,12 +14,16 @@ return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
gopls = {
|
||||
settings = {
|
||||
gopls = {
|
||||
semanticTokens = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
optional = true,
|
||||
|
Reference in New Issue
Block a user