From 7bd8b9e9953b972c5aa9264346d38897dba1d31f Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Wed, 22 Dec 2021 09:30:12 -0500 Subject: [PATCH] Adding dataclass snippet info --- dot_vim/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_vim/README.md b/dot_vim/README.md index 87bb9ef..004853c 100644 --- a/dot_vim/README.md +++ b/dot_vim/README.md @@ -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 |