tmux renumbering and nvim latex pluging
This commit is contained in:
parent
9435d90b0c
commit
335fc89219
@ -102,6 +102,9 @@ return packer.startup(function(use)
|
|||||||
-- dicord fuckery
|
-- dicord fuckery
|
||||||
use 'andweeb/presence.nvim'
|
use 'andweeb/presence.nvim'
|
||||||
|
|
||||||
|
-- LaTeX
|
||||||
|
use 'lervag/vimtex'
|
||||||
|
|
||||||
-- Automatically set up your configuration after cloning packer.nvim
|
-- Automatically set up your configuration after cloning packer.nvim
|
||||||
-- Put this at the end after all plugins
|
-- Put this at the end after all plugins
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
|
@ -20,6 +20,7 @@ setw -g pane-base-index 1
|
|||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
set-option -g status-position bottom
|
set-option -g status-position bottom
|
||||||
|
set-option -g renumber-windows on
|
||||||
|
|
||||||
# ================================================
|
# ================================================
|
||||||
# === Copy mode, scroll and clipboard ===
|
# === Copy mode, scroll and clipboard ===
|
||||||
|
Loading…
Reference in New Issue
Block a user