[nvim python] move to pylsp + ruff again XD
This commit is contained in:
		
							parent
							
								
									7656228b94
								
							
						
					
					
						commit
						a5c7485217
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -84,8 +84,8 @@ return {
 | 
				
			||||||
        ensure_installed = {
 | 
					        ensure_installed = {
 | 
				
			||||||
          "lua_ls",
 | 
					          "lua_ls",
 | 
				
			||||||
          "gopls",
 | 
					          "gopls",
 | 
				
			||||||
          "ruff_lsp",
 | 
					 | 
				
			||||||
          "pylsp",
 | 
					          "pylsp",
 | 
				
			||||||
 | 
					          "ruff_lsp",
 | 
				
			||||||
          "tsserver",
 | 
					          "tsserver",
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        handlers = {
 | 
					        handlers = {
 | 
				
			||||||
| 
						 | 
					@ -111,6 +111,7 @@ return {
 | 
				
			||||||
        settings = {
 | 
					        settings = {
 | 
				
			||||||
          pylsp = {
 | 
					          pylsp = {
 | 
				
			||||||
            plugins = {
 | 
					            plugins = {
 | 
				
			||||||
 | 
					              mypy = { enabled = true },
 | 
				
			||||||
              black = { enabled = true },
 | 
					              black = { enabled = true },
 | 
				
			||||||
              isort = { enabled = true, profile = "black" },
 | 
					              isort = { enabled = true, profile = "black" },
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue