Skip to content

Conversation

@lambdalisue
Copy link
Owner

@lambdalisue lambdalisue commented Jul 29, 2020

3rd party plugins can use that autocmd to initialize like

    function! s:init() abort
      " Any autocmd function of fern is available here
      call fern#hook#add(...)
    endfunction

    augroup fern-xxxxx-internal
      autocmd! *
      autocmd User FernInit ++once s:init()
    augroup END
Repository owner deleted a comment from github-actions bot Jul 29, 2020
@lambdalisue lambdalisue changed the title Add "badge" support for supporting 3rd party info extender like "Git status" WIP Prepare for fern-plugin-xxxxx Jul 29, 2020
@lambdalisue lambdalisue merged commit 0e862fc into master Jul 29, 2020
@lambdalisue lambdalisue deleted the lazy-badge branch July 29, 2020 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants