mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 01:01:34 +00:00
5 lines
171 B
Lua
5 lines
171 B
Lua
return {
|
|
"nvim-lua/plenary.nvim", -- lua functions that many plugins use
|
|
{ "christoomey/vim-tmux-navigator", event = "VeryLazy" }, -- tmux & split window navigation
|
|
}
|