diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-30 00:38:56 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-30 00:38:56 +0200 |
| commit | 768ac4a5dde98bea8f00bdcf755b9a3533a9b3ff (patch) | |
| tree | 9f4839e1c728a9541901626f9b34a6db6c45d07b /lua/pml68/plugins.lua | |
| parent | feat: set conceallevel to 2 and mouse to a (diff) | |
| download | nvim-768ac4a5dde98bea8f00bdcf755b9a3533a9b3ff.tar.gz | |
feat: add vim-tmux-navigator
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 10a6945..0a0430a 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -1,4 +1,9 @@ local plugins = { + -- tmux integration + { + "christoomey/vim-tmux-navigator", + lazy = false, + }, -- Oil.nvim { "stevearc/oil.nvim", |
