swiper
swiper copied to clipboard
ivy-mode interferes with table-recognize
With this content in a file:
+-----+-----+-----+
|foo |bar |baz |
+-----+-----+-----+
|1 |2 |3 |
+-----+-----+-----+
When ivy-mode is enabled the built in table-recognize command doesn't recognize the table. Things work correctly when ivy-mode is disabled

I don't seem to get many details back so not sure what is going wrong. Sorry if something simple was overlooked - appreciate the great package!