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

I used it in lazyvim and it didn't work.

Open qinjianwei opened this issue 1 year ago • 1 comments

20240723073605.webm

qinjianwei avatar Jul 22 '24 23:07 qinjianwei

It sort of worked for me, with regular lazy.nvim. Only when using o or O to add a new line. not so much with <CR>. <CR> didn't work for either bullet or numbered list

JoshPaulie avatar Aug 17 '24 00:08 JoshPaulie

I'm getting the same issue with the LazyVim. It worked fine when I was using only lazy.nvim. Calling the command manually from the command menu works, so there must be something shadowing the key map.

Edit: It's autopairs. Disabling it allows autolist to work correctly.

Double Edit: Using ultimate-autopair instead of nvim-autopairs works.

HanifCarroll avatar Nov 03 '24 17:11 HanifCarroll