options: show file status in window bar (#2)

Co-authored-by: aceaiaid <“aceaiaid@gmail.com”>
This commit is contained in:
AceAiAid 2024-04-08 11:21:15 -07:00 committed by GitHub
parent 4ee5ff967a
commit 3105169ead
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,6 @@
-- 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
-- show file status in window bar
vim.opt.winbar = "%=%m %f"