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
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ local function set_vim_o()
|
||||||
termguicolors = true,
|
termguicolors = true,
|
||||||
textwidth = 0,
|
textwidth = 0,
|
||||||
updatetime = 1000,
|
updatetime = 1000,
|
||||||
|
winbar = "%=%m %f",
|
||||||
wrap = false,
|
wrap = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue