diff options
| author | Baitinq <[email protected]> | 2024-03-23 11:02:14 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-03-23 11:02:14 +0100 |
| commit | 723bfbb857c9dde1b4be61e2e30d334645920479 (patch) | |
| tree | 9cdb3b56aa3a87d498a84327e0195c0f492f39e4 /dotfiles | |
| parent | Dotfiles: Nvim: Show hidden files in telescope (diff) | |
| download | nixos-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.lua | 2 |
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', { |