nvim/after/ftplugin/cpp.lua

5 lines
100 B
Lua

vim.opt.commentstring = '//%s'
vim.opt.matchpairs:append('<:>')
require('build').create_commands()