Skip to content

Commit

Permalink
feat: python snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdivad committed Apr 22, 2024
1 parent c5b96c8 commit a5cda2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nvim/config/snippets/python.snippets
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
snippet debugger "debug here"
import pdb; pdb.set_trace()

snippet main
if __name__ == "__main__":
${0:...}

0 comments on commit a5cda2d

Please sign in to comment.