tmux renumbering and nvim latex pluging

This commit is contained in:
_N0x 2024-09-22 22:50:15 +02:00
parent 9435d90b0c
commit 335fc89219
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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 ===