Evie Litherland-Smith
4054030afc
Separate nvim config into separate project, to be used as submodule for main dotfile
7 lines
181 B
Lua
7 lines
181 B
Lua
return {
|
|
auto_hide = false,
|
|
hide = { extensions = true },
|
|
modified = { button = "●" },
|
|
pinned = { button = "車", filename = true, separator = { right = "" } },
|
|
}
|