fix: disable auto preview, causes some bugs

This commit is contained in:
fiplox 2023-04-15 12:46:32 +02:00
parent c432b79a3b
commit 8ce9021de7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function M.config()
indent_lines = true, -- add an indent guide below the fold icons indent_lines = true, -- add an indent guide below the fold icons
auto_open = false, -- automatically open the list when you have diagnostics auto_open = false, -- automatically open the list when you have diagnostics
auto_close = false, -- automatically close the list when you have no diagnostics auto_close = false, -- automatically close the list when you have no diagnostics
auto_preview = true, -- automatically preview the location of the diagnostic. <esc> to close preview and go back to last window auto_preview = false, -- automatically preview the location of the diagnostic. <esc> to close preview and go back to last window
auto_fold = false, -- automatically fold a file trouble list at creation auto_fold = false, -- automatically fold a file trouble list at creation
auto_jump = { 'lsp_definitions' }, -- for the given modes, automatically jump if there is only a single result auto_jump = { 'lsp_definitions' }, -- for the given modes, automatically jump if there is only a single result
signs = { signs = {