From b7366d364d597b56e6d45f11949bf7571ebd31a4 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 27 May 2022 12:57:56 +0200 Subject: vim: update dirbuf config --- .vim/lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vim') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 56926c3..2a262f3 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -193,7 +193,8 @@ return require('packer').startup({function() use {'elihunter173/dirbuf.nvim', -- {{{ config = function() require('dirbuf').setup { - hash_padding = 20 + hash_padding = 4, + sort_order = 'directories_first', } end} -- }}} -- cgit 1.4.1