mirror of
https://github.com/cap153/nvim.git
synced 2026-01-22 15:18:04 +08:00
first commit
This commit is contained in:
commit
6955e90e07
61 changed files with 3641 additions and 0 deletions
7
UltiSnips/all.snippets
Normal file
7
UltiSnips/all.snippets
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
global !p
|
||||
from vimsnippets import get_comment_format
|
||||
endglobal
|
||||
|
||||
snippet todo "TODO comment" bw
|
||||
`!p snip.rv=get_comment_format()[0]` TODO: ${2:Something} $0${3: <${4:`!v strftime('%m/%d, %Y')`}${5:, `!v g:snips_author`}>} `!p snip.rv=get_comment_format()[2]`
|
||||
endsnippet
|
||||
Loading…
Add table
Add a link
Reference in a new issue