Add < and > to the C++ matchpairs setting for %

This commit is contained in:
Kenneth Benzie 2024-03-17 14:01:01 +00:00
parent be5e7007c9
commit 21502aadd6

View File

@ -1,3 +1,4 @@
vim.bo.commentstring = '//%s'
vim.opt.commentstring = '//%s'
vim.opt.matchpairs:append('<:>')
require('build').create_commands()