diff --git a/nvim/.config/nvim/lua/user/plugins.lua b/nvim/.config/nvim/lua/user/plugins.lua index 205f038..5993973 100644 --- a/nvim/.config/nvim/lua/user/plugins.lua +++ b/nvim/.config/nvim/lua/user/plugins.lua @@ -102,6 +102,9 @@ return packer.startup(function(use) -- dicord fuckery use 'andweeb/presence.nvim' + -- LaTeX + use 'lervag/vimtex' + -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins if PACKER_BOOTSTRAP then diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 37edeb6..9a99ad4 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -20,6 +20,7 @@ setw -g pane-base-index 1 set -g mouse on set-option -g status-position bottom +set-option -g renumber-windows on # ================================================ # === Copy mode, scroll and clipboard ===