f3fora / cmp-spell

spell source for nvim-cmp based on vim's spellsuggest.
191 stars 3 forks source link

code action #4

Closed aniketfuryrocks closed 2 years ago

aniketfuryrocks commented 2 years ago

Hi how can I get the plugin to work with lsp code action

nmap("<a-cr>", "<cmd>lua vim.lsp.buf.code_action()<cr>")

similar to #3

f3fora commented 2 years ago

This plugin relies on vim spell (:h spell), which is not a LSP.

To use spell as a LSP, a null-ls option exists. However it provides only completion. Try to ask them to add this feature.