# place your snippets# symbols snippet .- "• " w • endsnippet snippet .v "✓" w ✓ endsnippet # functions snippet datek "Date (Korean format)" w `!v strftime("%Y.%m.%d")` endsnippet snippet datea "Date (American format)" w `!v strftime("%m.%d.%Y")` endsnippet snippet unix "Unix timestamp" w `date +%s` endsnippet snippet file "file name" w `!v expand('%:t')` endsnippet snippet path "absolute file path" w `!v expand('%:p')` endsnippet