From be30a20ccb134ff9c8f13b4d607ad1ac42826911 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 12 Sep 2022 10:09:23 -0500 Subject: [PATCH] feat(nvim): add correct comment string for C# --- dots/.nvim-environments/primary/config/after/ftplugin/cs.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 dots/.nvim-environments/primary/config/after/ftplugin/cs.lua diff --git a/dots/.nvim-environments/primary/config/after/ftplugin/cs.lua b/dots/.nvim-environments/primary/config/after/ftplugin/cs.lua new file mode 100644 index 00000000..25107080 --- /dev/null +++ b/dots/.nvim-environments/primary/config/after/ftplugin/cs.lua @@ -0,0 +1 @@ +vim.api.nvim_buf_set_option(0, "commentstring", "// %s")