mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-30 18:47:52 +00:00 
			
		
		
		
	Update options.nix
tab = 4!!!!
This commit is contained in:
		
					parent
					
						
							
								b6490efbe0
							
						
					
				
			
			
				commit
				
					
						477f680f16
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -239,7 +239,7 @@ in { | ||||||
| 
 | 
 | ||||||
|           tabstop = mkOption { |           tabstop = mkOption { | ||||||
|             type = int; |             type = int; | ||||||
|             default = 8; # Neovim default |             default = 4; # Neovim default | ||||||
|             description = '' |             description = '' | ||||||
|               Number of spaces that a `<Tab>` in the file counts for. Also see |               Number of spaces that a `<Tab>` in the file counts for. Also see | ||||||
|               the {command}`:retab` command, and the {option}`softtabstop` option. |               the {command}`:retab` command, and the {option}`softtabstop` option. | ||||||
|  | @ -248,7 +248,7 @@ in { | ||||||
| 
 | 
 | ||||||
|           shiftwidth = mkOption { |           shiftwidth = mkOption { | ||||||
|             type = int; |             type = int; | ||||||
|             default = 8; # Neovim default |             default = 4; # Neovim default | ||||||
|             description = '' |             description = '' | ||||||
|               Number of spaces to use for each step of (auto)indent. Used for |               Number of spaces to use for each step of (auto)indent. Used for | ||||||
|               {option}`cindent`, `>>`, `<<`, etc. |               {option}`cindent`, `>>`, `<<`, etc. | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 kozlekkinski
				kozlekkinski