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

This commit is contained in:
Jonas Holst Damtoft
2023-05-24 14:07:23 +02:00
committed by GitHub
parent 5b7ae96c5d
commit 29632c6b29

View File

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