parinfer

snoe 2018-03-23T03:27:31.000111Z

here’s a rust plugin’s binary download script https://github.com/autozimu/LanguageClient-neovim/blob/next/install.sh

eraserhd 2018-03-23T15:54:44.000255Z

Interesting. I've been wondering whether to make the plugin.vim build the library if it doesn't exist and cargo is in the path. I'm not so sure I want to distribute binaries, though.

tianshu 2018-03-23T04:59:31.000076Z

recently, it's hard to connect to slack in our network:upside_down_face: @shaunlebron the problem is not about performance, emacs cider provide fringe(the left edge of editor) indicator that indicate the expr has been sent to repl. the indicator will be remove when the text of this expr changed. even not process the whole buffer, sometimes we have to process the previous sexp.

shaunlebron 2018-03-23T10:52:49.000321Z

interesting

shaunlebron 2018-03-23T11:13:12.000046Z

i suppose parinfer outputting changes rather than whole text would minimize that problem

tianshu 2018-03-23T15:04:27.000819Z

the same problem will occur when use nlinum-mode(a fast line number mode). It may not be a serious problem, but I don't want parinfer-mode break anything.

shaunlebron 2018-03-23T21:04:40.000274Z

what is fast line number mode

justinbarclay 2018-03-23T23:09:09.000179Z

https://elpa.gnu.org/packages/nlinum.html A popular package for emacs that displays line numbers