oncomouse

Results 16 comments of oncomouse

I don't use coc.nvim anymore, which probably explains why the documentation is out of date. I want to make sure I understand here: everything listed as being stored in `coc.source.bibtex`...

Sorry for not getting back on this sooner, but I just pushed a branch, `pref-fix`, that implements these changes. Would you mind testing that it's working and I can PR...

I had this problem, too. I fixed it by loading the `hi` commands outside of an `autocmd`. So, the last five lines of your `init.vim` can be changed to: ~~~...

[My repo is online](https://github.com/oncomouse/nanogenmo2017).

Just chiming in that I am having similar issues as @RequiemSouls is illustrating with their profiler report. This is happening both on Linux in x11 and on macOS. Disabling `marginalia-mode`...

I'm trying to implement this in a theme that uses shipwright (specifically `require("shipwright.transform.lush").to_vimscript`) and none of the new groups are being created in the resulting vimscript colorscheme file. I'm not...

@rktjmp Thanks for taking a look. Best I can tell, it looks like a couple of the highlight groups were defined twice, which was causing an error in compilation that...

I've done some digging into this. The [orgmode spec](https://orgmode.org/manual/Timestamps.html) is vague about whether same-day time ranges are to be used (i.e. a timestamp range of `--` that begins and ends...

@kristijanhusak time ranges in the same day can also be entered like this: `--` You can see an example in the orgmode docs right below where you linked: https://orgmode.org/manual/Timestamps.html#index-timerange The...