nvim integration

This commit is contained in:
godot 2024-04-18 15:20:11 +02:00
parent 2ec89195f5
commit 324151bb29
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Used plugins # Used plugins
- https://github.com/tmux-plugins/tpm(tmux plugin manager) - https://github.com/tmux-plugins/tpm(tmux plugin manager)
- https://github.com/catppuccin/tmux (colour scheme) - https://github.com/catppuccin/tmux (colour scheme)
- https://github.com/christoomey/vim-tmux-navigator (nvim integration)
# Used tutorials # Used tutorials
- (YT TypeCraft)[https://www.youtube.com/watch?v=jaI3Hcw-ZaA] - [YT TypeCraft](https://www.youtube.com/watch?v=jaI3Hcw-ZaA)

View File

@ -13,6 +13,7 @@ bind-key l select-pane -R
# List of plugins # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'catppuccin/tmux' set -g @plugin 'catppuccin/tmux'
set -g @plugin 'christoomey/vim-tmux-navigator'
# catppuccin config # catppuccin config