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:
parent
7762916bc4
commit
0240925496
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user