miljau

Results 4 comments of miljau

@bstrie's workaround is pretty good. For custom structs, you can do make a shadow type, implement deserialize on it, and do validations within the TryFrom implementation. ```rust use serde::Deserialize; use...

You know . . . you could just do a pull request and I'll accept it. Or if you're up to it, I can always transfer the ownership of this...

For a temporary solution on 24.05 you can just add the dependencies as extraPlugins to nixvim. ```nix programs.nixvim.extraPlugins = [ (pkgs.vimUtils.buildVimPlugin { inherit (pkgs.luaPackages.lua-utils-nvim) pname version src; }) (pkgs.vimUtils.buildVimPlugin {...