vim

For discussion on all things (neo)vim.
2020-06-15T12:43:48.206200Z

@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 ?

Olical 2020-06-15T12:49:58.206400Z

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

2020-06-15T13:09:40.206600Z

šŸ™‚ yes it does. Thank you

Olical 2020-06-15T13:51:10.206800Z

šŸŽ‰

dominicm 2020-06-15T16:45:56.207400Z

https://github.com/vim/vim/blob/65e0d77a66b7e50beb562ad554ace46c32ef8f0f/runtime/doc/usr_46.txt I was really hoping this wouldn't happen

dominicm 2020-06-15T16:45:58.207700Z

But it did

2020-06-15T16:49:19.208100Z

vim9 language?

2020-06-15T16:49:53.208300Z

and further divergence between vim and neovim?

dominicm 2020-06-15T16:50:59.208500Z

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

dominicm 2020-06-15T16:51:07.208700Z

Completely incompatible

dominicm 2020-06-15T16:51:13.208900Z

No idea about neovim

rafaeldelboni 2020-06-15T16:51:13.209100Z

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

dominicm 2020-06-15T16:51:33.209400Z

Not necessarily, vim community is conservative anyway

Olical 2020-06-15T16:51:34.209600Z

šŸ˜¬

dominicm 2020-06-15T16:53:55.209700Z

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

šŸ‘€ 1
dominicm 2020-06-15T16:56:47.210400Z

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

šŸ˜ž 1
rafaeldelboni 2020-06-15T16:57:02.210600Z

yeap

2020-06-15T16:57:31.211300Z

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

dominicm 2020-06-15T16:57:40.211600Z

https://github.com/vim/vim/pull/6063

Olical 2020-06-15T16:58:14.212500Z

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

šŸ’Æ 3
walterl 2020-06-16T21:31:35.213800Z

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

Olical 2020-06-16T21:36:01.214Z

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

walterl 2020-06-16T21:41:53.214200Z

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.)

Olical 2020-06-15T16:58:23.212900Z

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

2020-06-15T16:58:35.213200Z

neovim Term is so useful...