vim.opt.winbar

This commit is contained in:
Lorenzo Bettini 2024-03-05 11:58:21 +01:00
parent c931659111
commit 83b80721dc

View file

@ -1,3 +1,4 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.opt.winbar = "%=%m %f"