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