mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Removed commentstring Gleam specific setup as it has been merged to the upstream lib repo
This commit is contained in:
parent
7fb31270e3
commit
bd56142cd4
1 changed files with 0 additions and 9 deletions
|
|
@ -14,13 +14,4 @@ return {
|
||||||
require("lspconfig").gleam.setup({})
|
require("lspconfig").gleam.setup({})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
|
||||||
opts = {
|
|
||||||
languages = {
|
|
||||||
gleam = "// %s",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue