feat: neovim lsp
This commit is contained in:
parent
45563277d5
commit
c8ef495a63
22 changed files with 177 additions and 86 deletions
|
|
@ -11,7 +11,6 @@ in
|
|||
environment.variables = {
|
||||
TMUXINATOR_CONFIG = "/etc/tmuxinator";
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"tmuxinator/tmux.yaml" = {
|
||||
source = ../../home/config/tmux.yaml;
|
||||
|
|
@ -92,6 +91,9 @@ in
|
|||
|
||||
unbind -T copy-mode-vi MouseDragEnd1Pane
|
||||
|
||||
unbind f
|
||||
bind-key -r f run-shell "tmux neww tmux-sessionizer"
|
||||
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @catppuccin-flavour 'macchiato'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue