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

Expanding combination is not working

Open fragov opened this issue 3 years ago • 0 comments

I tried to add this to my nvim config, but it just type text direct in buffer: inoremap <silent> <C-l> lua require "pears".expand()

But also a bit better variant is doing nothing: inoremap <silent> <C-l> <Cmd>lua require "pears".expand()<CR>

Am I doing something wrong?

fragov avatar Jul 16 '21 02:07 fragov