merged tmux and neovim line. wip though

This commit is contained in:
2025-11-15 16:42:03 +01:00
parent 997dc98123
commit 9f55f21eef
6 changed files with 57 additions and 50 deletions

View File

@@ -8,15 +8,12 @@ return {
-- loading lualine delayed again because of transparency issues
vim.defer_fn(function()
lualineConfig.setup()
if os.getenv("TMUX") then
vim.o.laststatus = 2
end
end, 100)
end,
dependencies = {
require("plugins.spec.theme"),
{
"christopher-francisco/tmux-status.nvim",
lazy = true,
opts = {},
},
}
}