kickstart.nvim/my-snippets/snippets/python.json

10 lines
127 B
JSON

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