mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	update cmd spec
This commit is contained in:
		
					parent
					
						
							
								1381962326
							
						
					
				
			
			
				commit
				
					
						9021e4d021
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -62,7 +62,7 @@ in { | ||||||
|       }; |       }; | ||||||
| 
 | 
 | ||||||
|       cmd = mkOption { |       cmd = mkOption { | ||||||
|         type = nullOr (listOf (oneOf [str luaInline])); |         type = nullOr (either luaInline (listOf str)); | ||||||
|         default = null; |         default = null; | ||||||
|         description = "Command used to start the LSP server"; |         description = "Command used to start the LSP server"; | ||||||
|       }; |       }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 sjcobb
				sjcobb