vim

For discussion on all things (neo)vim.
2020-01-14T13:09:22.001300Z

I just released vim-iced 0.14.0. https://github.com/liquidz/vim-iced Added minimal support for socket repl and made document pages! https://liquidz.github.io/vim-iced/#socket_repl

❤️ 4
🎉 2
Hukka 2020-01-14T13:26:22.002600Z

Hmh. Not sure when this has started, but seems like fireplace#platform() doesn't return connection key anymore. I had a small function that lets me show if fireplace is connected or not based on that. How should I do the check these days?

Hukka 2020-01-14T13:32:59.002900Z

Maybe I could use HasOp

Hukka 2020-01-14T13:37:33.003100Z

I'll go with HasOp('eval') for now

💯 1
dominicm 2020-01-14T14:36:22.004100Z

There is another function that could tell you that, I don't recall what it is called though.