From afd1fe384f81c899c2e328ddc6d4c0f3c1b492b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rgen=20Messner?= Date: Mon, 9 Mar 2020 09:57:29 +0100 Subject: [PATCH] feat: Configure commentstring Allows to use all native supported ways. Also some plugins pick this setting up to allow easily commenting / uncommenting. --- ftplugin/typoscript.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftplugin/typoscript.vim diff --git a/ftplugin/typoscript.vim b/ftplugin/typoscript.vim new file mode 100644 index 0000000..9cb4ab3 --- /dev/null +++ b/ftplugin/typoscript.vim @@ -0,0 +1 @@ +setlocal commentstring=//\ %s