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

This commit is contained in:
Evie Litherland-Smith 2023-02-09 22:34:21 +00:00
parent 11de3e525f
commit ad1c89f655
2 changed files with 1 additions and 6 deletions

View file

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

View file

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