trouble.nvim icon indicating copy to clipboard operation
trouble.nvim copied to clipboard

Document available lua functions in the README.md

Open samuelludwig opened this issue 2 years ago • 0 comments

Currently the keybind examples make use of available <cmd> style calls. Seeing as we now have access to vim.keymap.set, I think it would be useful to also detail the names of the functions made available by require('trouble') and what args they may take. (For instance: require('trouble').toggle() and require('trouble').toggle('workspace_diagnositcs'))

samuelludwig avatar Feb 18 '22 19:02 samuelludwig