Skip to content

Commit

Permalink
NullLS - call done() at the end of completion source (fix for Mini.Co…
Browse files Browse the repository at this point in the history
…mpletion) (#84)

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

* NullLS - fix stylua issues

---------

Co-authored-by: Jiri Velek <[email protected]>
  • Loading branch information
Bleksak and Jiri Velek authored Mar 17, 2024
1 parent 876823d commit b0e8e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/laravel/null_ls/completion/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function M.setup()
end
end
--- END Completion routes
done { { items = {}, isIncomplete = false } }
end,
async = true,
},
Expand Down

0 comments on commit b0e8e7b

Please sign in to comment.