merged tmux and neovim line. wip though
This commit is contained in:
@@ -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 = {},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user