From aa6a4a6219a9d2e9aaf3f4d03bbec92beb65dd8f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 25 May 2022 08:52:57 +0100 Subject: [PATCH] feat(nvim): configure winbar Show the path for each file in the top-right of each split. --- roles/neovim/files/lua/opdavies/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/neovim/files/lua/opdavies/options.lua b/roles/neovim/files/lua/opdavies/options.lua index c58391e5..349c6cb0 100644 --- a/roles/neovim/files/lua/opdavies/options.lua +++ b/roles/neovim/files/lua/opdavies/options.lua @@ -100,6 +100,7 @@ local function set_vim_o() termguicolors = true, textwidth = 0, updatetime = 1000, + winbar = "%=%m %f", wrap = false, }