feat(nvim): configure winbar

Show the path for each file in the top-right of each split.
This commit is contained in:
Oliver Davies 2022-05-25 08:52:57 +01:00 committed by GitHub
parent b58302c1ee
commit aa6a4a6219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@ local function set_vim_o()
termguicolors = true,
textwidth = 0,
updatetime = 1000,
winbar = "%=%m %f",
wrap = false,
}