feat: add custom commands for commenting and uncommenting lines in C files
This commit is contained in:
parent
10ccea08ec
commit
7214203534
3 changed files with 41 additions and 37 deletions
|
|
@ -2,4 +2,5 @@ local set = vim.opt_local
|
|||
|
||||
set.shiftwidth = 4
|
||||
set.tabstop = 4
|
||||
vim.g.sleuth_automatic = 0
|
||||
set.commentstring = '/* %s */'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue