summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/after/ftplugin/c.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/ftplugin/c.lua b/.config/nvim/after/ftplugin/c.lua
index 23262f2..99659f7 100644
--- a/.config/nvim/after/ftplugin/c.lua
+++ b/.config/nvim/after/ftplugin/c.lua
@@ -1,4 +1,4 @@
-vim.bo.commentstring = '/* %s */'
+vim.bo.commentstring = '// %s'
vim.keymap.set('v', '<localleader>=', ":'<'>!clang-format -style=file<CR>", {
desc = 'Format the current selection with Clang Format',