nvim
This commit is contained in:
		
							parent
							
								
									c1c34b4eb1
								
							
						
					
					
						commit
						0b7e396947
					
				
					 1 changed files with 10 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,16 @@ return {
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "j-hui/fidget.nvim",
 | 
					        "j-hui/fidget.nvim",
 | 
				
			||||||
        tag = "v1.4.0",
 | 
					        tag = "v1.4.0",
 | 
				
			||||||
        opts = {},
 | 
					        opts = {
 | 
				
			||||||
 | 
					            progress = {
 | 
				
			||||||
 | 
					                display = {
 | 
				
			||||||
 | 
					                    progress_ttl = 2,
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            notification = {
 | 
				
			||||||
 | 
					                override_vim_notify = true,
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        event = "LspAttach"
 | 
					        event = "LspAttach"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue