aboutsummaryrefslogtreecommitdiff
path: root/lua/config/plugins.lua
blob: 7d3ebda9de164c167c7457ed6d651ca78fbd285e (plain)
1
2
3
4
5
6
7
8
9
10
11
-- plugins that require no configuration
vim.pack.add({
	"https://github.com/tpope/vim-fugitive",
	"https://github.com/tpope/vim-eunuch",
	"https://github.com/jessarcher/vim-heritage",
	"https://github.com/windwp/nvim-autopairs",
	"https://github.com/kylechui/nvim-surround",
})

require("nvim-autopairs").setup()
require("nvim-surround").setup()