Let's try this config for helix and ruff
This commit is contained in:
		
							parent
							
								
									2011519216
								
							
						
					
					
						commit
						ee2bfcf24f
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		| 
						 | 
					@ -35,10 +35,7 @@
 | 
				
			||||||
          language-id = "python";
 | 
					          language-id = "python";
 | 
				
			||||||
          auto-format = true;
 | 
					          auto-format = true;
 | 
				
			||||||
          file-types = ["py"];
 | 
					          file-types = ["py"];
 | 
				
			||||||
          language-servers = ["python-lsp"];
 | 
					          language-servers = ["ruff"];
 | 
				
			||||||
          formatter = {
 | 
					 | 
				
			||||||
            command = "ruff";
 | 
					 | 
				
			||||||
          };
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          name = "typst";
 | 
					          name = "typst";
 | 
				
			||||||
| 
						 | 
					@ -69,8 +66,8 @@
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
      language-server = {
 | 
					      language-server = {
 | 
				
			||||||
        python-lsp = {
 | 
					        ruff = {
 | 
				
			||||||
          command = "pylsp";
 | 
					          command = "ruff-lsp";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        typst-lsp = {
 | 
					        typst-lsp = {
 | 
				
			||||||
          command = "typst-lsp";
 | 
					          command = "typst-lsp";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue