I'm using NVIM v0.4.3 with this plugin. I noticed that when opening a file to a line number it opens in buffer 2 rather than buffer 1. For example:
nvim foo.txt # Opens in buffer 1, run :ls to see
nvim foo.txt:1 # Opens in buffer 2, run :ls to see
This isn't really a problem, but it's strange so I'm reporting it. Is there any way to fix this?
I'm using NVIM v0.4.3 with this plugin. I noticed that when opening a file to a line number it opens in buffer 2 rather than buffer 1. For example:
This isn't really a problem, but it's strange so I'm reporting it. Is there any way to fix this?