From cb98d962a55daef93d4a653d3ce2c3b6deeab0d1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 5 Mar 2024 23:38:56 +0000 Subject: [PATCH] Make C++ commentstring sane --- 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'