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!
in plugin/jekyll.vim
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!