From f8407f959f80de8a0f5338adee5a07f869ac5617 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 16 Jul 2023 18:43:13 +0100 Subject: [PATCH] Fix cpp commentstring, its a lua setting now... --- after/ftplugin/cpp.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 after/ftplugin/cpp.lua diff --git a/after/ftplugin/cpp.lua b/after/ftplugin/cpp.lua new file mode 100644 index 0000000..1411d13 --- /dev/null +++ b/after/ftplugin/cpp.lua @@ -0,0 +1 @@ +vim.bo.commentstring = '//%s'