remove fm-nvim, dressing show : on prompt
This commit is contained in:
		
							parent
							
								
									810dbdb342
								
							
						
					
					
						commit
						8ebdf655e9
					
				@ -1,15 +1,6 @@
 | 
				
			|||||||
return {
 | 
					return {
 | 
				
			||||||
	'nvim-lua/plenary.nvim',
 | 
						'nvim-lua/plenary.nvim',
 | 
				
			||||||
	'folke/which-key.nvim',
 | 
						'folke/which-key.nvim',
 | 
				
			||||||
	-- { 'kdheepak/lazygit.nvim', cmd = 'LazyGit' },
 | 
					 | 
				
			||||||
	{
 | 
					 | 
				
			||||||
		'is0n/fm-nvim',
 | 
					 | 
				
			||||||
		cmd = {
 | 
					 | 
				
			||||||
			'Neomutt',
 | 
					 | 
				
			||||||
			'Lazygit',
 | 
					 | 
				
			||||||
			'Lf',
 | 
					 | 
				
			||||||
		},
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	'williamboman/mason-lspconfig.nvim',
 | 
						'williamboman/mason-lspconfig.nvim',
 | 
				
			||||||
	'mfussenegger/nvim-jdtls',
 | 
						'mfussenegger/nvim-jdtls',
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
@ -34,6 +25,13 @@ return {
 | 
				
			|||||||
				return vim.ui.input(...)
 | 
									return vim.ui.input(...)
 | 
				
			||||||
			end
 | 
								end
 | 
				
			||||||
		end,
 | 
							end,
 | 
				
			||||||
 | 
							config = function()
 | 
				
			||||||
 | 
								require('dressing').setup {
 | 
				
			||||||
 | 
									select = {
 | 
				
			||||||
 | 
										trim_prompt = false,
 | 
				
			||||||
 | 
									},
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							end,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	{ 'nvim-tree/nvim-web-devicons', lazy = true },
 | 
						{ 'nvim-tree/nvim-web-devicons', lazy = true },
 | 
				
			||||||
	-- { 'dstein64/vim-startuptime', lazy = false },
 | 
						-- { 'dstein64/vim-startuptime', lazy = false },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user