Skip to content

Commit

Permalink
Update README with python definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Nov 18, 2023
1 parent 5345a03 commit 1cb0e4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ interface Status {
}
```

**Python imports and for loops:**
```python
from some_package import Foo, Bar

for value, index in enumerate(items):
pass
```


The plugin is customizable -- take a look at `:help sideways-customization`
for instructions on how to implement support for other kinds of lists.
Expand Down

0 comments on commit 1cb0e4d

Please sign in to comment.