Tyler Miller
Tyler Miller
Seems like I can reproduce this, and it appears to be a bug having to do with the compiler/cache (stale cache, false/incorrect cache hit, etc.) (i.e. if you delete the...
This appears to be resolved as of the latest HEAD (4f44a5c930372c85483d02700f332d34417e50b2), and the fix should be included in v1.0.2 as well. This issue may be closed.
> Was facing a similar issue (configured styles not being applied), and `:GithubThemeCompile` resolved it. Is there a way to automatically run that on config changes? @wadefletch Yes, you could...
This is a dependency or version compatibility issue. Until this colorscheme gets updated with the new capture names, you can try pinning your `nvim-treesitter` plugin installation to tag `v0.9.2` in/via...
> We only recompile if user's config changed or there was some changes in `github-nvim-theme/.git` folder. However, we can add something similar to [catppuccin/init.lua#L179-L186](https://github.com/catppuccin/nvim/blob/c9cc5a997f1dae3f35b4bdd62f35958fee363ab4/lua/catppuccin/init.lua#L179-L186) to be able to do `:GithubThemeCompile`...
> > I believe there is already such a command provided by this repo/plugin. > > > I believe this repo already has something similar to this as well. >...
> > re-implementing functionality that is already provided by Neovim or LuaJIT (e.g. bit operations, tables to string conversion, hashing, etc.) > > Where is the hashing function in luajit?...
> > Are these colorschemes intended to be compatible with vim as well? Because I saw some references to vim.api and vim.o and I don't think those are available in...
While #270 appears to have fixed the `.git` path bug (and I am no longer seeing a `*/lua/.git` path appearing within my `~/.cache/nvim/github-theme/cache` file), I'm still having stale cache issues...
After doing some debugging recently, I think I stumbled upon something which may be the cause for the stale-cache issues that I'm experiencing (although I'd need to investigate more to...