Eric F Olsen
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...
 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:  Result:  I get some prefer it as-is, maybe if this could be...