nvim-config/my-snippets/snippets/python.json
2024-04-12 12:06:47 +02:00

9 lines
127 B
JSON

{
"# type: ignore": {
"prefix": "ti",
"body": [
" # type: ignore"
],
"description": "Insert # type: ignore"
}
}