Nvim: minor tweaks for multiple plugins, better folds

This commit is contained in:
Robert Kmieć
2024-05-23 12:27:59 +02:00
parent 27eda40ccb
commit 14cf97683d
8 changed files with 67 additions and 46 deletions

View File

@@ -82,7 +82,7 @@ return {
current_line_blame_opts = {
virt_text = true,
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
delay = 5000,
delay = 2000,
ignore_whitespace = true,
},
current_line_blame_formatter_opts = {
@@ -91,7 +91,7 @@ return {
sign_priority = 6,
update_debounce = 100,
status_formatter = nil, -- Use default
max_file_length = 40000,
max_file_length = 4000,
preview_config = {
-- Options passed to nvim_open_win
border = 'single',