Files
nvim/lua/rua/plugins/init.lua
2024-09-10 17:42:16 +08:00

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
}