summary refs log tree commit diff
path: root/.vim/lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-02-08 23:52:18 +0100
committerRobert Günzler <r@gnzler.io>2022-02-08 23:52:18 +0100
commiteea1ce9750503c2b1a3c0aaf8e4c3fcb12cfd559 (patch)
tree858a22c5dc7e53bae54eb3acdcbabde165ccea98 /.vim/lua
parenta4522a0d6d26f80f17ca8196ce728f8f8038f0fd (diff)
vim: replace dirvish with dirbuf
Diffstat (limited to '.vim/lua')
-rw-r--r--.vim/lua/plugins.lua8
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()