aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-30 00:38:56 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-30 00:38:56 +0200
commit768ac4a5dde98bea8f00bdcf755b9a3533a9b3ff (patch)
tree9f4839e1c728a9541901626f9b34a6db6c45d07b /lua/pml68/plugins.lua
parentfeat: set conceallevel to 2 and mouse to a (diff)
downloadnvim-768ac4a5dde98bea8f00bdcf755b9a3533a9b3ff.tar.gz
feat: add vim-tmux-navigator
Diffstat (limited to 'lua/pml68/plugins.lua')
-rw-r--r--lua/pml68/plugins.lua5
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",