shaunsingh

Results 183 comments of shaunsingh

Agreed, super fun to work with. I believe coq.nvim uses it too if you need an example to work off of

I apologize for the late response. > Even though I use "default" Vim I've noticed that many people are waiting with excitement for Neovim version 0.5 and all of its...

I've been slowly improving my port over the last few months. As of now, any files highlighted by the legacy regex-based highlighting should look exactly like Nord-vim, apart from the...

> Even though better performance is always nice, but in scenarios like opening an editor, especially when it comes to milliseconds, it has 0 relevance. This is just my my...

For anyone watching this issue, currently I'm just waiting on neovim api's `nvim_set_hl` to finalize, as it currently doesn't allow updating global highlights such as `Normal` and `VISUAL` (and its...

Indeed, rewrite is almost done!

Pardon me if I'm wrong, but doesn't nord already use the 16-color standard?

Its pretty easy to use those 16 colors now, since they started to make templetes (https://github.com/chriskempson/base16#template-repositories) There isn't anything to "port" to base-16, it already uses it. Pywal is a...

I haven't updated my config in a while. Its probably an issue with outdated flake inputs, I'll take a look soon

Looks like its building (for now), let me know if anything breaks