davidmh / cspell.nvim

A companion plugin for null-ls/none-ls, adding support for CSpell diagnostics and code actions.
82 stars 13 forks source link

cspell on markdown files with none-ls #49

Closed emko closed 6 months ago

emko commented 6 months ago

this works great with none-ls using typescript, rust etc but i can't figure out how to make it work with markdown files? is there a trick to it? i see the words highlighted red but when i try bring up none-ls it does not show up

thanks

davidmh commented 6 months ago

It's hard to say without seeing a specific example with your configuration.

Can you share both your config for this plugin and the cspell.json file you're using?

davidmh commented 6 months ago

@emko I'm guessing you found a solution to your problem? it may be worth posting the solution in case someone else runs into the same issue.