From ad1c89f6551fcb263c69a32a2cb8482288e49c3e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 9 Feb 2023 22:34:21 +0000 Subject: [PATCH] Remove tabby, move TMUX status to top, reenable automatic TMUX on startup --- config/nvim/lua/plugins.lua | 6 ------ config/tmux/tmux.conf | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index bb386d03..587f20ae 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -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", } diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 8941aab2..f929d056 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -1,5 +1,6 @@ #!/usr/bin/env bash +set-option -g status-position top set -g base-index 1 # List of plugins