feat: add custom commands for commenting and uncommenting lines in C files

This commit is contained in:
dvdgamer 2025-05-10 11:14:11 +02:00
parent 10ccea08ec
commit 7214203534
3 changed files with 41 additions and 37 deletions

View file

@ -2,4 +2,5 @@ local set = vim.opt_local
set.shiftwidth = 4
set.tabstop = 4
vim.g.sleuth_automatic = 0
set.commentstring = '/* %s */'