mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	lib/languages: add root_marker to lspOptions type
		
	This commit is contained in:
		
					parent
					
						
							
								1768791402
							
						
					
				
			
			
				commit
				
					
						159a033902
					
				
			
		
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -58,6 +58,14 @@ in { | ||||||
|         type = listOf str; |         type = listOf str; | ||||||
|         description = "Command used to start the LSP server"; |         description = "Command used to start the LSP server"; | ||||||
|       }; |       }; | ||||||
|  | 
 | ||||||
|  |       root_markers = mkOption { | ||||||
|  |         type = listOf str; | ||||||
|  |         description = '' | ||||||
|  |           "root markers" used to determine the root directory of the workspace, and | ||||||
|  |           the filetypes associated with this LSP server. | ||||||
|  |         ''; | ||||||
|  |       }; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ching Pei Yang
					Ching Pei Yang