From eea1ce9750503c2b1a3c0aaf8e4c3fcb12cfd559 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 8 Feb 2022 23:52:18 +0100 Subject: vim: replace dirvish with dirbuf --- .vim/lua/plugins.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.vim/lua/plugins.lua') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 291ed74..369f61e 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -94,10 +94,12 @@ return require('packer').startup({function() -- edit surroundings in pairs use {'tpope/vim-surround'} - use {'justinmk/vim-dirvish', + use {'elihunter173/dirbuf.nvim', -- {{{ config = function() - -- vim.cmd [[ call dirvish#add_icon_fn({ p -> p[-1:]=='/'?'':' '}) ]] - end} + require('dirbuf').setup { + hash_padding = 20 + } + end} -- }}} use {'ggandor/lightspeed.nvim', disable = true, -- {{{ config = function() -- cgit 1.4.1