pears.nvim
pears.nvim copied to clipboard
Expanding combination is not working
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?