Skip to content

Commit 842622a

Browse files
committed
Merge pull request #64 from ellisonleao/master
adding ipb python snippet
2 parents c35446a + 026a3ab commit 842622a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

neosnippets/python.snip

+4
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,7 @@ options word
134134
snippet pdb
135135
abbr import pdb..
136136
import pdb; pdb.set_trace()
137+
138+
snippet ipdb
139+
abbr import ipdb..
140+
import ipdb; ipdb.set_trace()

0 commit comments

Comments
 (0)