3 lines
64 B
Lua
3 lines
64 B
Lua
vim.opt.commentstring = '//%s'
|
|
vim.opt.matchpairs:append('<:>')
|
vim.opt.commentstring = '//%s'
|
|
vim.opt.matchpairs:append('<:>')
|