Solved telescope upgrade configuration
This commit is contained in:
parent
917393ccb1
commit
b4c2bdba56
|
@ -51,7 +51,7 @@ telescope.setup({
|
|||
use_delta = true,
|
||||
use_custom_command = nil, -- setting this implies `use_delta = false`. Accepted format is: { "bash", "-c", "echo '$DIFF' | delta" }
|
||||
side_by_side = false,
|
||||
diff_context_lines = vim.o.scrolloff,
|
||||
vim_diff_opts = { ctxlen = 0 },
|
||||
entry_format = "state #$ID, $STAT, $TIME",
|
||||
mappings = {
|
||||
i = {
|
||||
|
|
Loading…
Reference in New Issue