mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	feat: editorconfig support
This commit is contained in:
		
					parent
					
						
							
								a6e24299da
							
						
					
				
			
			
				commit
				
					
						720f0f1a17
					
				
			
		
					 2 changed files with 4 additions and 1 deletions
				
			
		|  | @ -103,6 +103,9 @@ in { | |||
|         set termguicolors | ||||
|         set t_Co=256 | ||||
|       ''} | ||||
|       ${optionalString cfg.enableEditorconfig '' | ||||
|         vim.g.editorconfig = false | ||||
|       ''} | ||||
|     ''; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
|  | @ -142,7 +142,7 @@ with builtins; { | |||
|     enableEditorconfig = mkOption { | ||||
|       type = types.bool; | ||||
|       default = false; | ||||
|       description = "Follow editorconfig rules in current directory" | ||||
|       description = "Follow editorconfig rules in current directory"; | ||||
|     };     | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf