Eric F Olsen

Results 9 comments of Eric F Olsen

I noticed this as well. Until this is fixed, you can include in your _vsvimrc `set number` and that will show both relative numbers above and below, but the current...

![image](https://github.com/VsVim/VsVim/assets/29641878/04c8235f-7c50-4e58-89b9-0fa82eb097b0) Hopefully this helps. In my %USERPROFILE% I added a blank text file with the contents ``` set relativenumber set number ``` saved the file as `.vimrc` (note the removal...

To get the latest version, I just need to not specify a tag in my docker compose file, then `docker compose down` and then `docker compose up`, right? If so,...

I updated my compose.yaml to include :latest, and did a `docker compose down`, `docker compose pull`, and then `docker compose up -d`, and I'm no longer getting the same error,...

Thanks for the suggestion, @Micke90s , and sorry for not responding sooner; I had shelved this at the time. I performed an upgrade today, I am now at kernel version...

Thank you, @martijnende and @sdedovic ! I changed the permissions to 777 to test and it worked! So I just need to fix the permissions

I'd like this as well. Both horizontally and vertically.

The plugin https://github.com/thisdotrob/obsidian-relativenumber-plugin inadvertently has this feature. If you install that plugin AND have Obsidian's absolute line numbers both enabled, then both are shown.

I discovered that by removing the font from CSS it behaves as I would prefer: Change: ![image](https://github.com/user-attachments/assets/a8ca4225-6281-4aa8-87e5-7311e297ded7) Result: ![image](https://github.com/user-attachments/assets/101fac2d-bde7-4abf-aa08-187d03a52890) I get some prefer it as-is, maybe if this could be...