Update README.md

This commit is contained in:
Daniel Mathiot
2022-01-11 10:35:12 +01:00
committed by GitHub
parent 746e038f79
commit 96e29f9fc2

View File

@@ -55,8 +55,9 @@ use {
```vim ```vim
" will generate annotation for the function you're inside " will generate annotation for the function you're inside
:Neogen :Neogen
" or you can force a certain type of annotation. It'll find the next upper node that matches the type " or you can force a certain type of annotation.
" E.g if you're on a method of a class and do :Neogen class, it'll find the class declaration and generate the annotation. " It'll find the next upper node that matches the type
" E.g if you're on a method of a class and do `:Neogen class`, it'll find the class declaration and generate the annotation.
:Neogen func|class|type|... :Neogen func|class|type|...
``` ```