1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update cpp snippet

This commit is contained in:
jdhao 2021-10-27 23:49:07 +08:00
parent 7762916bc4
commit 0240925496

View File

@ -131,3 +131,7 @@ endsnippet
snippet stack "std::stack" w snippet stack "std::stack" w
stack<$1> ${2:mystack} stack<$1> ${2:mystack}
endsnippet endsnippet
snippet sol "solution" w
auto solution = Solution();
endsnippet