cspell.nvim icon indicating copy to clipboard operation
cspell.nvim copied to clipboard

A companion plugin for null-ls/none-ls, adding support for CSpell diagnostics and code actions.

Results 4 cspell.nvim issues
Sort by recently updated
recently updated
newest added

Hello! I recently started using this plugin within the last several months and came across a use case that is currently not supported by cspell.nvim. I have found that I...

**Describe the bug** [null-ls] failed to run generator: ...a/Local/nvim-data/lazy/plenary.nvim/lua/plenary/path.lua:505: We couldn't mkdir: C:/Users/XXX/AppData/Local/Temp/nvim/cspell.nvim/C:%Users%XXX%AppData%Local%nvim Seems to happen after the last update - null-ls still works only when cspell is added as...

I tried to install a new [dictionary](https://www.npmjs.com/package/@cspell/dict-de-de) following the instructions. However, cspell.nvim does not seem take the new dictionary into account. Weirdly, if I run cspell through a term manually,...

cspell only respects the language of the main config, thus making it impossible to add new languages exclusively by importing them. This pull request appends all the languages found in...