mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
15 lines
397 B
Lua
15 lines
397 B
Lua
-- Keeps the plugin list that Lazy uses at one place
|
|
return {
|
|
-- From VIM
|
|
{ "tpope/vim-sensible" },
|
|
{ "tpope/vim-fugitive" },
|
|
{ "tpope/vim-surround" },
|
|
{ "tpope/vim-repeat" },
|
|
{ "tpope/vim-commentary" },
|
|
{ "rstacruz/vim-closer" },
|
|
{ "airblade/vim-gitgutter" },
|
|
{ "easymotion/vim-easymotion" },
|
|
{ "tpope/vim-obsession" },
|
|
{ "mg979/vim-visual-multi" },
|
|
}
|