diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 9ee3eb03..bc60892d 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -52,6 +52,10 @@ return { end, opts = { sources = { "filesystem", "buffers", "git_status", "document_symbols" }, + source_selector = { + winbar = true, + content_layout = "center", + }, open_files_do_not_replace_types = { "terminal", "Trouble", "qf", "Outline" }, filesystem = { bind_to_cwd = false,