Ramojus Lapinskas
Ramojus Lapinskas
> :Lushify requires the file you're evaluating return a parsed spec so it can evaluate and apply it. Right now you're returning a module and it doesn't know what do...
Yes, that was it. Only that `:lua require('lush').ify({get_spec = function(mod) return mod.get_theme() end})` command now needs to be rerun for colors to update. So here is another thing, some highlights...
[Here](https://github.com/meliora-theme/neovim/tree/lush-live-preview), it's a bit more complex now, hopefully that's alright, highlights still behave the same way as in my previous comment.
My further experimentation shows that this only happens when `chapter` is set in .bib file.
Sorry, that was misleading. I'm trying to write a custom csl for typst bibliography and csl has builtin variable `citation-label`. This is what I'm talking about. Looking into this https://github.com/typst/hayagriva/blob/main/src/csl/citation_label.rs,...
I'm really confused as to why I seem to be the only one getting this error. I've tried reinstalling mason, and not setting up any servers, but I still get...
I'm not exactly sure why, but removing one of these folders helped me: ``` ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim ``` I was trying different neovim configs and removed all of them. When...
Yeah, it doesn't look good, the backgrounds in signcolumn should match. I don't use Neogit, so I'm not really motivated to investigate this. There might be some Neogit highlight group...
That is strange   So it respects the background of foldcolumn, but doesn't respect the background of signcolumn? Or do you use different `FoldColumn` highlight than default?
I'll take a look at this once v1 is out, if that's fine. I have some contribution guidelines ready and I would like this PR to follow them, if it...