diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-05-26 11:20:50 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-05-26 11:20:50 +0200 |
| commit | c72de1d239aac325155fc840cd226309435538de (patch) | |
| tree | f00f2295d15f16260be8525e93a3a59c608c54d3 /.config/nvim/lua/user/plugins.lua | |
| parent | 9a3d9c575c85e8b9bed8afb64afde22ebfef5b8f (diff) | |
using vim-tmux-navigator; some other updates
Diffstat (limited to '.config/nvim/lua/user/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/user/plugins.lua b/.config/nvim/lua/user/plugins.lua index 755f0e9..07f8f42 100644 --- a/.config/nvim/lua/user/plugins.lua +++ b/.config/nvim/lua/user/plugins.lua @@ -4,6 +4,7 @@ require('packer').startup(function() use { 'tpope/vim-surround' } use { 'tpope/vim-eunuch' } use { 'tpope/vim-sleuth' } + use { 'christoomey/vim-tmux-navigator' } use { 'dracula/vim', |
