feat: enable lualine

This commit is contained in:
Lucas Barbieri 2024-07-19 00:04:50 -03:00
parent 8e55e1aa01
commit 30bd1c8c63

View File

@ -34,7 +34,7 @@ autocmd({ "WinLeave" }, { pattern = "*", callback = function() vim.opt.colorcolu
autocmd({ "WinEnter" }, { pattern = "*", callback = function() vim.opt.colorcolumn = "80" end, })
-- disable bar any%
vim.opt.laststatus = 0
-- vim.opt.laststatus = 0
autocmd("Filetype", {
pattern = "norg",