Fixed FIlebrowser Plugin

This commit is contained in:
Norm Rasmussen
2022-11-16 17:11:48 -05:00
parent d48d729ff8
commit aa64085efe
12 changed files with 96 additions and 155 deletions

View File

@ -23,17 +23,17 @@ require('gitsigns').setup {
ignore_whitespace = false,
},
current_line_blame_formatter = '<author>, <author_time:%Y-%m-%d> - <summary>',
sign_priority = 6,
sign_priority = 1,
update_debounce = 100,
status_formatter = nil, -- Use default
max_file_length = 40000,
preview_config = {
-- Options passed to nvim_open_win
border = 'single',
style = 'minimal',
border = 'double',
style = 'normal',
relative = 'cursor',
row = 0,
col = 1
col = 2
},
yadm = {
enable = false