Revert "Remove tabby, move TMUX status to top, reenable automatic TMUX on startup"

This reverts commit ad1c89f655.
This commit is contained in:
Evie Litherland-Smith 2023-02-09 22:54:51 +00:00
parent ad1c89f655
commit 3920a4f778
2 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,12 @@ require('packer').startup {
require 'config.nightfox'
end
}
use {
'nanozuki/tabby.nvim',
config = function ()
require 'config.tabby'
end
}
use {
"navarasu/onedark.nvim",
}

View file

@ -1,6 +1,5 @@
#!/usr/bin/env bash
set-option -g status-position top
set -g base-index 1
# List of plugins