mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	pr: revert markdown changes
This commit is contained in:
		
					parent
					
						
							
								7092ff5b7b
							
						
					
				
			
			
				commit
				
					
						e21904d50d
					
				
			
		
					 2 changed files with 2 additions and 9 deletions
				
			
		|  | @ -9,7 +9,7 @@ | |||
|   inherit (lib.modules) mkIf mkMerge; | ||||
|   inherit (lib.options) mkEnableOption mkOption; | ||||
|   inherit (lib.lists) isList; | ||||
|   inherit (lib.types) bool enum either package listOf str nullOr; | ||||
|   inherit (lib.types) bool enum either package listOf str; | ||||
|   inherit (lib.nvim.lua) expToLua toLuaObject; | ||||
|   inherit (lib.nvim.types) diagnostics mkGrammarOption mkPluginSetupOption; | ||||
|   inherit (lib.nvim.dag) entryAnywhere; | ||||
|  | @ -117,13 +117,7 @@ in { | |||
|             ''; | ||||
|           }; | ||||
| 
 | ||||
|         setupOpts = mkPluginSetupOption "render-markdown" { | ||||
|           file_types = lib.mkOption { | ||||
|             type = listOf (nullOr str); | ||||
|             default = []; | ||||
|             description = "List of buffer filetypes to enable this plugin in. This will cause the plugin to attach to new buffers who have any of these filetypes."; | ||||
|           }; | ||||
|         }; | ||||
|         setupOpts = mkPluginSetupOption "render-markdown" {}; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Farouk Brown
				Farouk Brown