benlubas / cmp2lsp

use nvim-cmp sources as if they were native LSP sources (mostly)
35 stars 1 forks source link

Completion results, fzf error #4

Closed Bleksak closed 2 weeks ago

Bleksak commented 2 weeks ago

probably fixes #2

for some reason, the vim.iter() approach didn't create the correct response and autocompletion items weren't showing up (from this plugin: https://github.com/adalessa/laravel.nvim/tree/development)

This also fixes an issue where disabling .gitignore or switching between regex and fuzzy searching in fzf would error and make fzf unusable.