From 8ebdf655e950b1a433fadf94d360635782a849dc Mon Sep 17 00:00:00 2001 From: fiplox Date: Sun, 22 Jan 2023 16:46:20 +0100 Subject: [PATCH] remove fm-nvim, dressing show : on prompt --- lua/plugins/init.lua | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index cb62d8b..71aa355 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -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 },