adalessa / laravel.nvim

Plugin for Nvim to work with laravel projects.
MIT License
280 stars 15 forks source link

NullLS - call done() at the end of completion source (fix for Mini.Completion) #84

Closed Bleksak closed 6 months ago

Bleksak commented 6 months ago

Omnifunc refuses to open when using mini completion without properly calling done(). This PR fixes the issue

adalessa commented 6 months ago

Thanks for the contribution. Please fix the stye with stylua and I will merge it