vim-iced icon indicating copy to clipboard operation
vim-iced copied to clipboard

Enable to work with `track-state` middleware

Open liquidz opened this issue 6 years ago • 0 comments

Branched from clojure-emacs/cider#82

track-state middleware will send a huge data after requiring namespace, and it take times and lead vim-iced's hang-up.

Currently iced command is excluding track-state middleware intentionally. https://github.com/liquidz/vim-iced/blob/0.9.2/clj/iced_repl.clj#L4-L18

Related issue at CIDER: https://github.com/clojure-emacs/cider-nrepl/issues/806

liquidz avatar Dec 30 '19 03:12 liquidz