Michael Chris Lopez

Results 43 comments of Michael Chris Lopez

Hey @ntk148v thanks for this. It should be sorted alphabetically.

This is an interesting feature for me. I'm building some spin-offs to zenbones but my [solution](https://github.com/mcchrish/zenbones.nvim/blob/main/lua/zenbones/rosebones/palette.lua) so far is "monkey-patching" the palette module used in generating the specs. It technically...

Looks great. If you want you can open a PR and add to https://github.com/mcchrish/zenbones.nvim#other-implementations It can point to a small gist file or github repo containing the config.

Yes, please create a PR 😄 Would also be great to see a before/after comparison.

Thanks for reporting, that's definitely not intentional. Ideally, we want to handle tagged templates differently. Do you have an insight on how to achieve that? Maybe we have to adjust...

Related to: https://github.com/nvim-treesitter/nvim-treesitter/issues/4157

I'm open to having it back. I don't remember exactly why it was remove before to be honest 😅. It was gone when the generator was moved to shipwright.

I'm open to it, but what kind of support would you like to add? By default neovim already add some initial links to some lsp types. They looks like a...

That does sound pretty helpful, but I think it comes down to personal preference. You can always extend the colorscheme pretty easily like so: https://github.com/mcchrish/zenbones.nvim/blob/v3.1.0/doc/zenbones.md#extendoverride-highlights So in the case of...

It's possible to derive a Helix theme from zenbones specs using https://github.com/rktjmp/shipwright.nvim. Helix theme is defined in a toml file which can be pretty easily built with our build system....