mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +00:00 
			
		
		
		
	change: add example vim.languages.python.lsp.server
This commit is contained in:
		
					parent
					
						
							
								da7961f09b
							
						
					
				
			
			
				commit
				
					
						2ec0a3aaec
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -221,6 +221,10 @@ in {
 | 
			
		|||
 | 
			
		||||
      server = mkOption {
 | 
			
		||||
        description = "Python LSP server to use either as a single server or a list of servers";
 | 
			
		||||
        example = ''
 | 
			
		||||
          server = "basedpyright;
 | 
			
		||||
          server = ["basedpyright" "ruff"];
 | 
			
		||||
        '';
 | 
			
		||||
        type = either (enum (attrNames servers)) (listOf (enum (attrNames servers)));
 | 
			
		||||
        default = defaultServer;
 | 
			
		||||
      };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue