[BUG] Missing Line numbers on certain files
| Field | Description |
|---|---|
| Nixpkgs | <unstable> |
| Home Manager | <unstable> |
- [ x ] I have read the FAQ and my bug is not listed there.
Description
Certain files are showing line numbers, others don't. I don't really know if it's a bug or a setting I can toggle, but I didn't find anything.
Line numbers are enabled.
options = {
number = true;
relativenumber = false;
shiftwidth = 2;
};
This is very weird indeed...
Can you try looking if number/relativenumber are actually enable when you are in a file where numbers are not showing ?
:set number?, :set relativenumber?
They are not.
But I can enable them with set relativenumber
But thats not persistent.
My guess is that you have a plugin interfering with those settings. Can you try limiting your config as most as possible and adding back the rest progressively ?
Yeah you seem to be right. I'm trying to figure out wich one it is. Any popular suggestions?
It's getting weirder...
If I'm opening the file from a commandline, the line numbers are showing. If I open them with neo-tree or telescope, they aren't.
@RoccoRakete Try using "opts" instead of options.
Any news on this @RoccoRakete ?