Snippets
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 26s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 26s
Details
This commit is contained in:
parent
67eaafaee9
commit
b11d36ba16
|
@ -2,10 +2,18 @@ snippet dd "Date and Time" i
|
|||
`date`
|
||||
endsnippet
|
||||
|
||||
snippet cred "My private Credentials"
|
||||
Nicki Reiss <yannick.reiss@nickr.eu>
|
||||
snippet crednick "My private Credentials"
|
||||
Yannick Reiss <yannick.reiss@nickr.eu>
|
||||
endsnippet
|
||||
|
||||
snippet credhsrm "Credentials HSRM"
|
||||
Yannick Reiß <yannick.reiss@student.hs-rm.de>
|
||||
endsnippet
|
||||
|
||||
snippet crednina "My true credentials"
|
||||
Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>
|
||||
endsnippet
|
||||
|
||||
snippet pwd "Print the current working directory"
|
||||
`echo $(pwd)`
|
||||
endsnippet
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
snippet ff "Freunde (fast)" A
|
||||
.freunde
|
||||
endsnippet
|
||||
|
||||
snippet wild "Widi Schild update"
|
||||
widi: Schildupdate?
|
||||
endsnippet
|
Loading…
Reference in New Issue