From b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276 Mon Sep 17 00:00:00 2001 From: Samuel Born Date: Sun, 9 Jun 2024 14:16:31 +0200 Subject: [PATCH] fix(runtime): add commentstring for glsl ftplugin --- runtime/ftplugin/glsl.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime/ftplugin/glsl.lua diff --git a/runtime/ftplugin/glsl.lua b/runtime/ftplugin/glsl.lua new file mode 100644 index 0000000000..f398d66a63 --- /dev/null +++ b/runtime/ftplugin/glsl.lua @@ -0,0 +1 @@ +vim.bo.commentstring = '// %s'