diff --git a/config/nvim/lua/plugins/cp.lua b/config/nvim/lua/plugins/cp.lua index ccd5399..d9f8921 100644 --- a/config/nvim/lua/plugins/cp.lua +++ b/config/nvim/lua/plugins/cp.lua @@ -127,6 +127,7 @@ end return { 'barrettruth/cp.nvim', + dir = '~/dev/cp.nvim', cmd = 'CP', keys = { { 'ce', 'CP edit' }, diff --git a/scripts/mux b/scripts/mux index a5c9729..4bc2f5a 100755 --- a/scripts/mux +++ b/scripts/mux @@ -118,6 +118,8 @@ bar) i=$((i + 1)) done set +f + tmux set -g status-left-length 80 + tmux set -g status-right-length 80 tmux set -g status-left ' ' tmux set -g window-status-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]' tmux set -g window-status-current-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'