[ADDED] defualt layout overrides and bufferline config

This commit is contained in:
Daveanand Mannie
2025-03-29 22:14:08 -04:00
parent 64329f72ee
commit a3f4136b14
2 changed files with 118 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ return {
sources = {
explorer = { matcher = { fuzzy = true }, layout = { preset = "sidebar" } },
buffers = { layout = { preset = "vscode" } },
lines = { main = {current = false}, layout = { preset = "search_lines" } },
},
},