Fork me on GitHub
#vim
<
2020-06-15
>
geraldodev12:06:48

@olical one annoyance I'm experiencing with Conjure is if I restart the nrepl I have to ConjureConnect and specify the port. It's easier restart vim. The .nrepl-port file is there so is possible to reconnect without typing the port ?

Olical12:06:58

,cf will attempt to reconnect to an nREPL port file, that'll probably do it?

geraldodev13:06:40

šŸ™‚ yes it does. Thank you

Aleksander16:06:19

vim9 language?

Aleksander16:06:53

and further divergence between vim and neovim?

dominicm16:06:59

Yes, it's different but similar to the previous language

dominicm16:06:07

Completely incompatible

dominicm16:06:13

No idea about neovim

rafaeldelboni16:06:13

This means that, if nvim don't follow this "vim9script" thing we will have a hard split on vim community?

dominicm16:06:33

Not necessarily, vim community is conservative anyway

dominicm16:06:55

The bad thing is that it's yet another crappy language

šŸ‘€ 4
dominicm16:06:47

Looks like python, lua and tcl, etc are deprecated too

šŸ˜ž 3
noisesmith16:06:31

neovim uses lua on the same "level" as vimscript IIRC in my experience it's a big improvement over vim

Olical16:06:14

Iā€™m fully 100% sold on Neovim + LuaJIT for all of my nvim config and plugins.

šŸ’Æ 9
walterl21:06:35

When you've done git rm -r vim in your dotfiles repo (and leaving nvim right there)... šŸ˜œ

Olical21:06:01

Haha, exactly. And now I only have a single .vim, the rest are .fnl (transparently compiled to .lua) šŸ˜„

walterl21:06:53

Nice. I've switched to Lua for all new stuff (one teeny plugin so far šŸ˜), but it'll take a while for the rest. (I'm very much a Lua n00b.)

Olical16:06:23

Iā€™m never going back šŸ˜„

noisesmith16:06:35

neovim Term is so useful...