From 335fc89219dd031d38261a01b629e7a41bec0f75 Mon Sep 17 00:00:00 2001 From: _N0x Date: Sun, 22 Sep 2024 22:50:15 +0200 Subject: [PATCH] tmux renumbering and nvim latex pluging --- nvim/.config/nvim/lua/user/plugins.lua | 3 +++ tmux/.tmux.conf | 1 + 2 files changed, 4 insertions(+) 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 ===