mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-10 02:01:22 +01:00
9 lines
273 B
Lua
9 lines
273 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)
|
|
|
|
"github/copilot.vim",
|
|
}
|