mirror of
https://github.com/gryf/.vim.git
synced 2026-02-01 07:05:48 +01:00
Update of the snippets
This commit is contained in:
@@ -2,6 +2,10 @@ snippet dbg "IPython Debugger abbrv" !b
|
||||
import ipdb; ipdb.set_trace()
|
||||
endsnippet
|
||||
|
||||
snippet rdbg "Remote ipdb abbrv" !b
|
||||
import ripdb; ripdb.set_trace()
|
||||
endsnippet
|
||||
|
||||
snippet pdb "pdb abbrv" !b
|
||||
import pdb; pdb.set_trace()
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user