nixvim
                                
                                 nixvim copied to clipboard
                                
                                    nixvim copied to clipboard
                            
                            
                            
                        [lazy.nvim] change keys options so it behave more like the actual plugin
Upon using the lazy.nvim plugin, i'm having a hardtime using the keys option and upon inspecting the other plugin manager it seems that lz-n have a more easier and more proper ways of using the keys option. Therefor is it okay to change the option to the one in lz-n?
https://github.com/nix-community/nixvim/blob/5f4a4b47597d3b9ac26c41ff4e8da28fa662f200/plugins/pluginmanagers/lazy.nix#L121-L123
https://github.com/nix-community/nixvim/blob/5f4a4b47597d3b9ac26c41ff4e8da28fa662f200/plugins/pluginmanagers/lz-n.nix#L108-L126
If this is okay i can make a PR on this, cause i would love to see this feature and use it immediately in my current nixvim configuration.