mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
4 lines
73 B
Text
4 lines
73 B
Text
snippet st "System.out.Println();"
|
|
System.out.println(${0});
|
|
endsnippet
|
|
|