neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276
parent fd52b63f1d7f2ed00263adee644483490693808a
Author: Samuel Born <samuelborn@outlook.de>
Date:   Sun,  9 Jun 2024 14:16:31 +0200

fix(runtime): add commentstring for glsl ftplugin

Diffstat:
Aruntime/ftplugin/glsl.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/runtime/ftplugin/glsl.lua b/runtime/ftplugin/glsl.lua @@ -0,0 +1 @@ +vim.bo.commentstring = '// %s'