Removed commentstring Gleam specific setup as it has been merged to the upstream lib repo

This commit is contained in:
Jiri Luzny 2024-03-29 06:52:16 +01:00 committed by Folke Lemaitre
parent 7fb31270e3
commit bd56142cd4

View file

@ -14,13 +14,4 @@ return {
require("lspconfig").gleam.setup({}) require("lspconfig").gleam.setup({})
end, end,
}, },
{
"JoosepAlviste/nvim-ts-context-commentstring",
opts = {
languages = {
gleam = "// %s",
},
},
},
} }