add hop and neogen

This commit is contained in:
Garrett Dawson 2023-04-05 20:50:46 -06:00
parent 8cdc7e2373
commit 6d29e4da7d
2 changed files with 37 additions and 15 deletions

View file

@ -4,14 +4,29 @@ return {
{ "tpope/vim-eunuch", },
{ "tpope/vim-repeat", },
{ "tpope/vim-surround" },
{ "tribela/vim-transparent" },
{
"nvim-tree/nvim-web-devicons",
opts = {}
},
{
"danymat/neogen",
dependencies = "nvim-treesitter/nvim-treesitter",
config = true,
},
{
'phaazon/hop.nvim',
branch = 'v2',
config = function()
require 'hop'.setup {}
end
},
{
"windwp/nvim-autopairs",
lazy = true,
config = function()
require("nvim-autopairs").setup {}
end,
@ -23,6 +38,7 @@ return {
},
{
"jose-elias-alvarez/null-ls.nvim",
lazy = true,
dependencies = { "nvim-lua/plenary.nvim" },
}
}