vim-grammarous icon indicating copy to clipboard operation
vim-grammarous copied to clipboard

How I can auto check my Markdown code

Open Bogdan-Torkhov opened this issue 2 years ago • 1 comments

I want to enable some setting to enable auto check (when I write my Markdown code, I want to do not enter command I want it will run it every time). What I need to do to enable it?

Bogdan-Torkhov avatar Sep 02 '22 21:09 Bogdan-Torkhov

The project seems not very active. The best that I can suggest is to create an Autocommand that listens to typing.

https://neovim.io/doc/user/autocmd.html

lcfd avatar Oct 26 '22 14:10 lcfd