From bd56142cd43907b49b17f528bac4654380a70d10 Mon Sep 17 00:00:00 2001 From: Jiri Luzny Date: Fri, 29 Mar 2024 06:52:16 +0100 Subject: [PATCH] Removed commentstring Gleam specific setup as it has been merged to the upstream lib repo --- lua/lazyvim/plugins/extras/lang/gleam.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/gleam.lua b/lua/lazyvim/plugins/extras/lang/gleam.lua index f57ae385..2b852955 100644 --- a/lua/lazyvim/plugins/extras/lang/gleam.lua +++ b/lua/lazyvim/plugins/extras/lang/gleam.lua @@ -14,13 +14,4 @@ return { require("lspconfig").gleam.setup({}) end, }, - - { - "JoosepAlviste/nvim-ts-context-commentstring", - opts = { - languages = { - gleam = "// %s", - }, - }, - }, }