fannheyward / coc-markdownlint

markdownlint extension for coc.nvim
MIT License
170 stars 2 forks source link

coc-markdownlint creating preview buffers despite completeopt having no preview option #452

Closed ToraNova closed 2 years ago

ToraNova commented 2 years ago

coc-markdownlint is creating preview buffers eventhough I do not have preview option set in completeopt.

markdownlint gives a suggestion

image

open a new buffer

image

scratch buffer created

image

how can I disable this behavior? I am using coc-markdownlinkt version 1.12.4

fannheyward commented 2 years ago

Can't reproduce this.

ToraNova commented 2 years ago

clearing my ~/.config/coc/extensions directory and reinstalling seems to have solved the issue.