12 lines
345 B
Lua
12 lines
345 B
Lua
return {
|
|
-- Install plenary.nvim
|
|
-- Plenary is a ensemble of lua functions used by many plugins
|
|
"nvim-lua/plenary.nvim",
|
|
-- Vim plugin for Git, of Git plugin for Vim
|
|
"tpope/vim-fugitive",
|
|
-- Use <C-a>/<C-x> to increment dates, times, and more
|
|
"tpope/vim-speeddating",
|
|
-- Improve surroundings management
|
|
"tpope/vim-surround"
|
|
}
|