@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface NeovimAutocommand
  • Element Details

    • group

      String group
      Default:
      ""
    • pattern

      String pattern
      Default:
      "*"
    • description

      String description
      Default:
      ""
    • customHandlerName

      String customHandlerName
      Default:
      ""
    • once

      boolean once
      Default:
      false
    • nested

      boolean nested
      Default:
      false
    • sync

      boolean sync
      Default:
      false