Mercurial > dotfiles
diff .chezmoitemplates/init.lua @ 529:735fb9e8e6cb
replace dirvish with dirbuf
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 22 Jan 2022 16:08:24 +0100 |
parents | 793a6f9bc2cf |
children | e932c2076dba |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Fri Jan 21 15:51:36 2022 +0100 +++ b/.chezmoitemplates/init.lua Sat Jan 22 16:08:24 2022 +0100 @@ -539,7 +539,16 @@ } -- File navigation - use { 'justinmk/vim-dirvish', opt = true } + use { + 'elihunter173/dirbuf.nvim', + opt = true, + config = function() + require('dirbuf').setup { + hash_padding = 2, + show_hidden = true, + } + end, + } -- Colorscheme use { @@ -581,7 +590,7 @@ use { 'lepture/vim-jinja' } end) -vim.cmd [[ packadd vim-dirvish ]] +vim.cmd [[ packadd dirbuf.nvim ]] -- Configuration local opt = vim.opt