about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-23 11:02:14 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-23 11:02:14 +0100
commit723bfbb857c9dde1b4be61e2e30d334645920479 (patch)
tree9cdb3b56aa3a87d498a84327e0195c0f492f39e4 /dotfiles
parentDotfiles: Nvim: Show hidden files in telescope (diff)
downloadnixos-config-723bfbb857c9dde1b4be61e2e30d334645920479.tar.gz
nixos-config-723bfbb857c9dde1b4be61e2e30d334645920479.tar.bz2
nixos-config-723bfbb857c9dde1b4be61e2e30d334645920479.zip
Dotfiles: Nvim: Setup tmux integration
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/nvim/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/nvim/init.lua b/dotfiles/nvim/init.lua
index 62f1cb1..a5e0cb5 100644
--- a/dotfiles/nvim/init.lua
+++ b/dotfiles/nvim/init.lua
@@ -233,6 +233,8 @@ require('lazy').setup({
   -- keys can be used to configure plugin behavior/loading/etc.
   'direnv/direnv.vim',
 
+  'christoomey/vim-tmux-navigator',
+
   'github/copilot.vim',
   
   {