cmp-spell icon indicating copy to clipboard operation
cmp-spell copied to clipboard

spell source for nvim-cmp based on vim's spellsuggest.

Results 6 cmp-spell issues
Sort by recently updated
recently updated
newest added

Is it possible to use multiple languages as a language source?

- [ ] Add an appropriate compare function. See https://github.com/f3fora/cmp-spell/blob/20f3347e5834bea04892cffa6259a51ddfb9c61f/lua/cmp-spell/init.lua#L55 - [x] Enable this source only inside `@spell` See `:h treesitter-highlight-spell` #8 - [ ] Enable this source only inside...

help wanted

I wanted the completion window to be printed in the same order as the vim.fn.spellsuggest() function. like this. - input : 'overshot' - output of spellsuggest() : 1. overshoot 2....

This PR can add dictionary definitions in the documentation window for each candidate item when selected. It is off by default, and the `README.md` file shows two examples of how...

I use lazy.nvim for all my configs. Here is my config: ```lua { "hrsh7th/nvim-cmp", dependencies = { "f3fora/cmp-spell", }, config = function() local cmp = require "cmp" -- Get the...

Thanks for making this plugin! It would be helpful for me to feel more comfortable using this plugin especially at work if there is a license. Could you add one...