nixvim
                                
                                 nixvim copied to clipboard
                                
                                    nixvim copied to clipboard
                            
                            
                            
                        [PLUGIN REQUEST] neoconf.nvim
| Field | Description | 
|---|---|
| Plugin | neoconf.nvim | 
| Homepage | https://github.com/folke/neoconf.nvim | 
| Nixpkgs | https://github.com/NixOS/nixpkgs/blob/4e0c36e4dd53f35d5a6385bdae88895ec5832f70/pkgs/applications/editors/vim/plugins/generated.nix#L7314 | 
Extra Information
This plugin allows you to override some configuration options using config files in projects (kinda like with .vscode/settings.json). It might be a bit tricky to implement in Nixvim though, especially the fact that:
It's important that you set up neoconf.nvim BEFORE nvim-lspconfig.
( https://github.com/folke/neoconf.nvim#-setup )