mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-04 04:32:21 +00:00 
			
		
		
		
	Compare commits
	
		
			4 commits
		
	
	
		
			
				9aa9088564
			
			...
			
				8ea010d7e3
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							
							
								
							
							
	
	
	8ea010d7e3 | 
						
						
							|||
| 
							 | 
						
							
							
								
							
							
	
	
	607675ac6e | 
						
						
							||
| 
							
							
								
							
							
	
	
	a82b228d82 | 
						
						
							|||
| 
							 | 
						
							
							
								
							
							
	
	
	d522d952ce | 
						
						
							
					 4 changed files with 29 additions and 36 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ your convenience. You might also be interested in the [helpful tips section] for
 | 
				
			||||||
more advanced or unusual configuration options supported by nvf.
 | 
					more advanced or unusual configuration options supported by nvf.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note that this section does not cover module _options_. For an overview of all
 | 
					Note that this section does not cover module _options_. For an overview of all
 | 
				
			||||||
module options provided by nvf, please visit the [appendix](/options.html)
 | 
					module options provided by nvf, please visit the [appendix](/nvf/options.html)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```{=include=} chapters
 | 
					```{=include=} chapters
 | 
				
			||||||
configuring/custom-package.md
 | 
					configuring/custom-package.md
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -446,3 +446,13 @@
 | 
				
			||||||
- Fix lualine separator options
 | 
					- Fix lualine separator options
 | 
				
			||||||
- Add [neogit], an interactive and powerful Git interface for Neovim, inspired by Magit
 | 
					- Add [neogit], an interactive and powerful Git interface for Neovim, inspired by Magit
 | 
				
			||||||
- Allow deregistering which-key binds or groups by setting them to `null`
 | 
					- Allow deregistering which-key binds or groups by setting them to `null`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[trueNAHO](https://github.com/trueNAHO):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- `flake-parts`'s `nixpkgs-lib` input follows nvf's `nixpkgs` input to reduce
 | 
				
			||||||
 | 
					  download size.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- `flake-utils`'s `systems` inputs follows nvf's `systems` input to transitively
 | 
				
			||||||
 | 
					  leverage the pattern introduced in commit [fc8206e7a61d ("flake: utilize
 | 
				
			||||||
 | 
					  nix-systems for overridable flake systems")](
 | 
				
			||||||
 | 
					  https://github.com/NotAShelf/nvf/commit/fc8206e7a61d7eb02006f9010e62ebdb3336d0d2).
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										40
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										40
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -2,7 +2,9 @@
 | 
				
			||||||
  "nodes": {
 | 
					  "nodes": {
 | 
				
			||||||
    "flake-parts": {
 | 
					    "flake-parts": {
 | 
				
			||||||
      "inputs": {
 | 
					      "inputs": {
 | 
				
			||||||
        "nixpkgs-lib": "nixpkgs-lib"
 | 
					        "nixpkgs-lib": [
 | 
				
			||||||
 | 
					          "nixpkgs"
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1749398372,
 | 
					        "lastModified": 1749398372,
 | 
				
			||||||
| 
						 | 
					@ -20,7 +22,9 @@
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "flake-utils": {
 | 
					    "flake-utils": {
 | 
				
			||||||
      "inputs": {
 | 
					      "inputs": {
 | 
				
			||||||
        "systems": "systems"
 | 
					        "systems": [
 | 
				
			||||||
 | 
					          "systems"
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1731533236,
 | 
					        "lastModified": 1731533236,
 | 
				
			||||||
| 
						 | 
					@ -67,28 +71,13 @@
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "nixpkgs-lib": {
 | 
					 | 
				
			||||||
      "locked": {
 | 
					 | 
				
			||||||
        "lastModified": 1748740939,
 | 
					 | 
				
			||||||
        "narHash": "sha256-rQaysilft1aVMwF14xIdGS3sj1yHlI6oKQNBRTF40cc=",
 | 
					 | 
				
			||||||
        "owner": "nix-community",
 | 
					 | 
				
			||||||
        "repo": "nixpkgs.lib",
 | 
					 | 
				
			||||||
        "rev": "656a64127e9d791a334452c6b6606d17539476e2",
 | 
					 | 
				
			||||||
        "type": "github"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "original": {
 | 
					 | 
				
			||||||
        "owner": "nix-community",
 | 
					 | 
				
			||||||
        "repo": "nixpkgs.lib",
 | 
					 | 
				
			||||||
        "type": "github"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "root": {
 | 
					    "root": {
 | 
				
			||||||
      "inputs": {
 | 
					      "inputs": {
 | 
				
			||||||
        "flake-parts": "flake-parts",
 | 
					        "flake-parts": "flake-parts",
 | 
				
			||||||
        "flake-utils": "flake-utils",
 | 
					        "flake-utils": "flake-utils",
 | 
				
			||||||
        "mnw": "mnw",
 | 
					        "mnw": "mnw",
 | 
				
			||||||
        "nixpkgs": "nixpkgs",
 | 
					        "nixpkgs": "nixpkgs",
 | 
				
			||||||
        "systems": "systems_2"
 | 
					        "systems": "systems"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "systems": {
 | 
					    "systems": {
 | 
				
			||||||
| 
						 | 
					@ -105,21 +94,6 @@
 | 
				
			||||||
        "repo": "default",
 | 
					        "repo": "default",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "systems_2": {
 | 
					 | 
				
			||||||
      "locked": {
 | 
					 | 
				
			||||||
        "lastModified": 1681028828,
 | 
					 | 
				
			||||||
        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
 | 
					 | 
				
			||||||
        "owner": "nix-systems",
 | 
					 | 
				
			||||||
        "repo": "default",
 | 
					 | 
				
			||||||
        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
 | 
					 | 
				
			||||||
        "type": "github"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "original": {
 | 
					 | 
				
			||||||
        "owner": "nix-systems",
 | 
					 | 
				
			||||||
        "repo": "default",
 | 
					 | 
				
			||||||
        "type": "github"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "root": "root",
 | 
					  "root": "root",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										13
									
								
								flake.nix
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								flake.nix
									
										
									
									
									
								
							| 
						 | 
					@ -76,8 +76,17 @@
 | 
				
			||||||
  inputs = {
 | 
					  inputs = {
 | 
				
			||||||
    ## Basic Inputs
 | 
					    ## Basic Inputs
 | 
				
			||||||
    nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
 | 
					    nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
 | 
				
			||||||
    flake-parts.url = "github:hercules-ci/flake-parts";
 | 
					
 | 
				
			||||||
    flake-utils.url = "github:numtide/flake-utils";
 | 
					    flake-parts = {
 | 
				
			||||||
 | 
					      url = "github:hercules-ci/flake-parts";
 | 
				
			||||||
 | 
					      inputs.nixpkgs-lib.follows = "nixpkgs";
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    flake-utils = {
 | 
				
			||||||
 | 
					      url = "github:numtide/flake-utils";
 | 
				
			||||||
 | 
					      inputs.systems.follows = "systems";
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    systems.url = "github:nix-systems/default";
 | 
					    systems.url = "github:nix-systems/default";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Alternate neovim-wrapper
 | 
					    # Alternate neovim-wrapper
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue