Various minor adjustments to snippets

This commit is contained in:
2024-05-12 06:33:03 +02:00
parent def3c6b531
commit d42f1f53e8
5 changed files with 25 additions and 8 deletions

View File

@@ -75,3 +75,14 @@ endsnippet
snippet println "println" A
println!("$1");$0
endsnippet
snippet docstring "Document head" b
/*
* Filename: `!p snip.rv = fn`
* Author: ${1:Yannick Reiss}
* Project: ${2:Project Name}
* Copyright: ${3:None} => You • 9 months ago • Move of Snippets into repository
* Description: ${4:Funny module}
*
*/$0
endsnippet