1. 39
  1. 14

    defaults: map Y to y$ #13268 (5a111c1), closes #416 #6289

    End of an era

    1. 1

      There are quite a lot of similar changes to old defaults (see the lines starting with defaults:) like mapping C-l to cleaning search highlight & updating diffs or various option changes.

    2. 6

      They’ve added virtual lines! Would love to see REPL plugins support this to show output inline. Also theorem prover plugins!

      1. 3

        What is a virtual line?

        1. 9

          It is a line of text visible in the editor but is not present in the actual text buffer. Previously nvim supported virtual text inline, used to show warnings or other information after a line of code for example. Now entire lines can be inserted virtually.

        2. 2

          I might be poking at this in the future – editor integrations for annotated code.

        3. 3

          I still use gvim for pasting things in scratch files quite a bit. Is there a recommended GUI for neovim these days? I tried one a few months ago, but it was barely usable

          1. 7

            I don’t know if recommended but I’m enjoying neovide quite a bit, for being basically console nvim with small improvements that don’t try to make it into something else.

            1. 4

              I use vimr for this same scenario. I haven’t had any issues.

              1. 2

                vimr++

                I’ll add that the main developer is very helpful even in the face of very out-of-the-ordinary problems.

                1. 1

                  I also use vimr as a daily driver and have been happy with it. I’ve also used neovim-qt in the past and that was very solid.