mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Replaced snipmate with UltiSnips, changed default font to DejaVu Mono
This commit is contained in:
25
UltiSnips/all.snippets
Normal file
25
UltiSnips/all.snippets
Normal file
@@ -0,0 +1,25 @@
|
||||
snippet date "Current date"
|
||||
`!v strftime("%Y-%m-%d")`
|
||||
endsnippet
|
||||
|
||||
snippet datetime "Current datetime"
|
||||
`!v strftime("%Y-%m-%d %H:%M:%S")`
|
||||
endsnippet
|
||||
|
||||
snippet - "a dash, used for concatenating words"
|
||||
‐
|
||||
endsnippet
|
||||
|
||||
snippet ~ "shy, used for hyphenation hints"
|
||||
|
||||
endsnippet
|
||||
|
||||
snippet fn "filename"
|
||||
`!v expand("%")`
|
||||
endsnippet
|
||||
|
||||
snippet fp "full path filename"
|
||||
`!v expand("%:p")`
|
||||
endsnippet
|
||||
|
||||
# vim:ft=snippets:
|
||||
Reference in New Issue
Block a user