question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No matching autocommands

See original GitHub issue

vim version: 8.1 Plugin management tool: Vundle

~/.vimrc config: For installation, so far I have tried: Plugin 'iamcco/markdown-preview.nvim' Plugin 'iamcco/markdown-preview.nvim', { 'do': ':call mkdp#util#install()', 'for': 'markdown', 'on': 'MarkdownPreview' } Plugin 'iamcco/markdown-preview.nvim', { 'do': 'cd app & yarn install' }

Start the preview :MarkdownPreview

I got

No matching autocommands

Is it because it does not support Vundle?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

25reactions
JuanVqzcommented, Mar 31, 2019

hi @frank777777777

I’m using pathogen and only run :call mkdp#util#install() in to vim, this command download support for your SO, later restard and open vim README.md and finally :MarkdownPreview and works.

You can follow same steps, regards!

9reactions
caixxiongcommented, Dec 23, 2019

I have met the same question with same environment(vim 8.1 vundle). I solved this now by use yarn. Firstly, type :mess in vim, if you get some errors about node.js , then you probably not install the plugin correctly. You can install yarn for your os and cd ~/.vim/bundle/markdown-preview.nvim/app && yarn.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error in Vim with autocmd: No matching autocommands
No matching autocommands. The autocmd I use is: autocmd BufWritePost *.c,*.cpp,*.cxx,*.cc call g:ClangUpdateQuickFix().
Read more >
persistant error "E676: No matching autocommands for ...
Error message ( :h E676 ) indicates that your buffer is supposed to be written by user-supplied auto-commands only ( setl bt=acwrite )....
Read more >
[vim/vim] Active terminal causes :wall to fail with E676
E676: No matching autocommands for acwrite buffer flashes briefly. What I expect. no confusing error message. Note that if the terminal is no...
Read more >
Job still running : r/neovim - Reddit
Sometimes when doing :wqa I get the error E948: Job still running E676: No matching autocommands for acwrite buffer but there are no ......
Read more >
Vim_diff - Neovim docs
default-autocmds Default autocommands exist in the following groups. Use ":autocmd! ... Commands: :doautocmd does not warn about "No matching autocommands".
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found