Luca Saccarola
Luca Saccarola
Hi, is not currently possible but it is on the roadmap. > Marks can be shown below each file as a tree sorted by the line numbers. A user can...
It should be generated with the gen.py script. First create a file called `oxocarbon-dark.toml.j2` into the templates folder. Than you should modify the gen.py script to something like: ```py import...
Hi, I've been having a similar issue when running `efm-langserver` that was trying to run mypy on save when it wasn't on my path. But it happened only when I've...
Personally, at this point, I would just never source it. Things like this should be done 100% or 0% not this weird in between we have going on. From what...
I've created a poll to see what people think https://github.com/vim/vim/discussions/15625.
@romainl it is exactly why we are trying gradually to move this defaults into the C core. Unfortunately it is a slow process because there is a lot of backlash...
> It tries to do too much and I can very well understand the worries about moving defaults.vim as a whole into the core. Yes, I know. Most of the...
XDG environment variables are a Linux spefic. Although on MacOS in the terminal they are use, due to be UNIX . On windows there are other sets of guidelines that...
I think they use `.config` because either they don't know the appropriate location or simply they do not care about Windows and use the same location that they use on...
> hidden, I like it, but you may end up accumulating buffers, when you actually wanted to have them properly closed. A crash or :qa! could have unwanted consequences and...