Neovide copy and paste and a based Python LSP

ew python
those darn snake charmers (that's practically a slur for python devs,
right?)
This commit is contained in:
foreverpyrite
2025-10-05 17:56:58 -05:00
parent afce2ca400
commit 05d7845b60
7 changed files with 73 additions and 401 deletions

View File

@@ -11,6 +11,9 @@ set-option -g prefix C-a
unbind C-b
bind-key C-a send-prefix
# Clipboard lol
set -g allow-passthrough on
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1