From e9e4c40cf1d3c9662997dfd390649bda16883d1f Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 5 Sep 2024 14:57:40 +0200 Subject: [PATCH] adding nvim/after/ftplugin/php.lua --- nvim/after/ftplugin/php.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 nvim/after/ftplugin/php.lua diff --git a/nvim/after/ftplugin/php.lua b/nvim/after/ftplugin/php.lua new file mode 100644 index 0000000..587421b --- /dev/null +++ b/nvim/after/ftplugin/php.lua @@ -0,0 +1 @@ +vim.o.commentstring = "// %s"