mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +00:00 
			
		
		
		
	ordering of types
This commit is contained in:
		
					parent
					
						
							
								a42d6ac69a
							
						
					
				
			
			
				commit
				
					
						e0cd56f39e
					
				
			
		
					 29 changed files with 54 additions and 54 deletions
				
			
		| 
						 | 
				
			
			@ -72,9 +72,9 @@ in {
 | 
			
		|||
    lsp = {
 | 
			
		||||
      enable = mkEnableOption "Java LSP support" // {default = config.vim.lsp.enable;};
 | 
			
		||||
      servers = mkOption {
 | 
			
		||||
        description = "Java LSP server to use";
 | 
			
		||||
        type = listOf (enum (attrNames servers));
 | 
			
		||||
        default = defaultServers;
 | 
			
		||||
        description = "Java LSP server to use";
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue