Add pyright and taplo to install automatic
This commit is contained in:
		
							parent
							
								
									94fb9a2255
								
							
						
					
					
						commit
						882c623385
					
				
							
								
								
									
										3
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										3
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -557,7 +557,8 @@ require('lazy').setup({
 | 
				
			||||||
      local servers = {
 | 
					      local servers = {
 | 
				
			||||||
        -- clangd = {},
 | 
					        -- clangd = {},
 | 
				
			||||||
        -- gopls = {},
 | 
					        -- gopls = {},
 | 
				
			||||||
        -- pyright = {},
 | 
					        pyright = {},
 | 
				
			||||||
 | 
					        taplo = {}, -- LSP for toml files
 | 
				
			||||||
        -- rust_analyzer = {},
 | 
					        -- rust_analyzer = {},
 | 
				
			||||||
        -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
 | 
					        -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
 | 
				
			||||||
        --
 | 
					        --
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue