You've already forked dotfiles
feat: Removing nvim-lspconfig and starting the removal of Mason, adding
in LSP definitions for servers that are used, adding in a script to check for LSPs, removing some extraneous items in the tmux conf, moving autopairs to its own file
This commit is contained in:
@@ -19,15 +19,12 @@ setw -g mode-keys vi
|
||||
|
||||
set -g focus-events on
|
||||
|
||||
# Window resizing on host shell size changes TODO: needs testing with pair coding
|
||||
# Window resizing on host shell size changes
|
||||
set -g window-size latest
|
||||
setw -g aggressive-resize on
|
||||
|
||||
# set -g default-command 'reattach-to-user-namespace -l $SHELL' # TODO: Is this necessary for Mac still?
|
||||
|
||||
# Allow for external system clipboard
|
||||
set-option -g set-clipboard external
|
||||
# set-option -g allow-passthrough on
|
||||
|
||||
# Allow mouse interactions
|
||||
set -g mouse on
|
||||
|
||||
Reference in New Issue
Block a user