remove fm-nvim, dressing show : on prompt

This commit is contained in:
fiplox 2023-01-22 16:46:20 +01:00
parent 810dbdb342
commit 8ebdf655e9
1 changed files with 7 additions and 9 deletions

View File

@ -1,15 +1,6 @@
return {
'nvim-lua/plenary.nvim',
'folke/which-key.nvim',
-- { 'kdheepak/lazygit.nvim', cmd = 'LazyGit' },
{
'is0n/fm-nvim',
cmd = {
'Neomutt',
'Lazygit',
'Lf',
},
},
'williamboman/mason-lspconfig.nvim',
'mfussenegger/nvim-jdtls',
{
@ -34,6 +25,13 @@ return {
return vim.ui.input(...)
end
end,
config = function()
require('dressing').setup {
select = {
trim_prompt = false,
},
}
end,
},
{ 'nvim-tree/nvim-web-devicons', lazy = true },
-- { 'dstein64/vim-startuptime', lazy = false },