feat(nvim): configure winbar
Show the path for each file in the top-right of each split.
This commit is contained in:
parent
b58302c1ee
commit
aa6a4a6219
|
@ -100,6 +100,7 @@ local function set_vim_o()
|
|||
termguicolors = true,
|
||||
textwidth = 0,
|
||||
updatetime = 1000,
|
||||
winbar = "%=%m %f",
|
||||
wrap = false,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue