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

Update lua examples to use new mapping functions

Open WhyNotHugo opened this issue 3 years ago • 0 comments

This updates the examples to use the new lua mapping functions in neovim 0.7.

remap = false is the default, so no need to specify noremap = true. silent has no effect here.

WhyNotHugo avatar Apr 23 '22 20:04 WhyNotHugo