Skip to content

cannot work when user use lazy load of plugin manager #7

@Freed-Wu

Description

@Freed-Wu

in plugin/jekyll.vim

  autocmd BufNewFile,BufReadPost * call s:init(expand('<amatch>:p'))
  autocmd FileType           netrw call s:init(expand('<afile>:p'))

when user use lazy load, on the first time these autocmd will not work. perhaps make these function as autoload function will be better, user can add these function to their vimrc?

it is an advice. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions