fix(go): actually set semantic tokens

This commit is contained in:
Jonas Holst Damtoft 2023-05-24 13:47:14 +02:00
parent 163a4f9275
commit 5df936bd2f

View file

@ -14,12 +14,16 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
gopls = {
settings = {
gopls = {
semanticTokens = true,
},
},
},
},
},
},
{
"mfussenegger/nvim-dap",
optional = true,