raf
raf
Could you see if 6f2f28afb13ebbaee1d0a8f5dd390174b89f2998 resolves the issue?
`setupOpts` is a special submodule that converts everything passed to Lua as much as it can. String literals, as they are *string* literals, get converted to Lua strings- which is...
If there aren't any errors, then my guess would be on a configuration option conflict. Starting neovim with the init.lua in the store won't work because plugins are missing in...
I think we could try and make this commands configurable, but I'd like to hear @diniamo's opinion on this as I believe the mappings became what they are with his...
nvf does not enable the `names` feature for colorizer by default. You will need to enable it manually in `colorizer.setupOpts`. See: https://github.com/NotAShelf/nvf/blob/main/modules/plugins/ui/colorizer/colorizer.nix
That is unusual, I'll take a look shortly.
Sorry, I forgot to respond to this earlier but colorizer has been updated not so long ago. Has this been resolved? Or does it still occur after the update?
That should be it, yes. I've got colorizer working in my setup without any additional setups, maybe a missing soft-dependency?
I think it might be a good idea to provide some default value for colorizer filetypes, so that attaching to buffers works ootb.
I've been trying to reduce our reliance on top-level options such as `enableLSP`. I also don't think it is necessary to support all languages with colorizer. Instead I'll default to...