You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
430 B
Lua
27 lines
430 B
Lua
return {
|
|
{ "github/copilot.vim", },
|
|
{ "myusuf3/numbers.vim", },
|
|
{ "tpope/vim-eunuch", },
|
|
{ "tpope/vim-repeat", },
|
|
{ "tpope/vim-surround" },
|
|
|
|
{
|
|
"nvim-tree/nvim-web-devicons",
|
|
opts = {}
|
|
},
|
|
|
|
{
|
|
"windwp/nvim-autopairs",
|
|
config = function()
|
|
require("nvim-autopairs").setup {}
|
|
end,
|
|
},
|
|
|
|
{
|
|
"kristijanhusak/vim-dirvish-git",
|
|
dependencies = {
|
|
"justinmk/vim-dirvish",
|
|
},
|
|
},
|
|
}
|