JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Module
com.ensarsarajcic.neovim.java.pluginhost
Package
com.ensarsarajcic.neovim.java.pluginhost.annotations
Annotation Interface NeovimAutocommand
@Inherited
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
NeovimAutocommand
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
[]
value
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
description
String
group
boolean
nested
boolean
once
String
pattern
boolean
sync
Element Details
value
String
[]
value
group
String
group
Default:
""
pattern
String
pattern
Default:
"*"
description
String
description
Default:
""
once
boolean
once
Default:
false
nested
boolean
nested
Default:
false
sync
boolean
sync
Default:
false