Browse Source

Adding dataclass snippet info

pull/2/head
Ryan Reed 3 years ago
parent
commit
7bd8b9e995
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dot_vim/README.md

+ 1
- 0
dot_vim/README.md View File

@ -189,6 +189,7 @@ These are taken from [this article](https://bhupesh-v.github.io/learn-how-to-use
| Snippet Trigger | Description |
| --------------- | ----------- |
| `cl` | New Python class |
| `dataclass` | Create a dataclass (**Custom**) |
| `def` | New Python function definition |
| `adef` | Python Async function definition |
| `err` | Go Basic Error Handling |


Loading…
Cancel
Save