diff options
Diffstat (limited to '.vim/lua/plugins.lua')
| -rw-r--r-- | .vim/lua/plugins.lua | 8 |
1 files changed, 5 insertions, 3 deletions
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() |