Fixed FIlebrowser Plugin
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user