Matt Sturgeon

Results 55 comments of Matt Sturgeon

Neoforge has [added support in `v2.4.179`](https://pr-57.neoforged-docs-previews.pages.dev/docs/concepts/internationalization#mod-metadata), using the following keys: - `fml.menu.mods.info.displayname.freecam` - `fml.menu.mods.info.description.freecam` I've also been thinking about better ways to approach the transformer funcs and "variant" translations, at...

Any thoughts on how lazy loading could be implemented?

_I'm probably not the best person to work on this as I'm fairly new to nix and haven't messed much with lua plugins either. I also don't have much time...

@Bodleum I don't think this is something nixvim itself can handle, but if you are using nvim-treesitter to highlight your nix files, you can mark strings as lua by annotating...

> So just put this at the end of `ccc.nix`? Yeah > Why didn't this error occur last time? Last time you weren't referencing `ccc` as a lua variable. When...

> We do have [`extraConfigLuaPre`] I think We have a module option, but I can't see a parameter in the `mkPlugin` functions. https://github.com/nix-community/nixvim/blob/2c99cefa913c8afb8fa08e53608c6f8bd5a2e5c4/lib/neovim-plugin.nix#L53 Not saying we need one though, just...

> I still don't know if we should use `nixfmt-classic` (what `nixfmt` has been aliased to, which has the same behavior) or the new `nixfmt-rfc-style`... Presumably we should offer both,...

> I think we should add this feature in the same place as the viAlias/vimAlias and do the work for all the wrappers (nix-darwin, home-manager, nixos, standalone) Could we use...

> This needs to be documented somewhere, because as is I don't think the option will appear in the documentation. This was resolved in #1355. > > I think we...

> maybe even do this in nixpkgs proper? The viAlias & vimAlias is implemented there IIRC That's correct. I'm happy for this to be merged as a stop-gap, but I...