mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-09 17:51:20 +01:00
7 lines
248 B
Lua
7 lines
248 B
Lua
return {
|
|
"nvim-lua/plenary.nvim", -- lua functions that many plugins use
|
|
|
|
"christoomey/vim-tmux-navigator", -- tmux & split window navigation
|
|
|
|
"inkarkat/vim-ReplaceWithRegister", -- replace with register contents using motion (gr + motion)
|
|
}
|