rcarriga / cmp-dap

nvim-cmp source for nvim-dap REPL and nvim-dap-ui buffers
MIT License
147 stars 8 forks source link

feat: added trigger chars #6

Closed LiadOz closed 1 year ago

LiadOz commented 1 year ago

This change makes cmp trigger on trigger characters configured from the debug adapter and '.' since nvim-dap configures commands starting with '.' This behavior is implemented in nvim-dap omnifunc.

rcarriga commented 1 year ago

Nice, thanks for the PR!