summaryrefslogtreecommitdiff
path: root/lua/plugins/productivity.lua
blob: df60d43000daec9c7204e9a7b36d83f393c697bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
return {
	{
		"windwp/nvim-autopairs",
		event = "InsertEnter",
		config = true
	},
	{ "preservim/nerdcommenter" },
	{
		"dhruvasagar/vim-table-mode",
		ft = { 'markdown', 'markdown.pandoc', 'pandoc' }
	},
	{
		"junegunn/fzf",
		build = ":call fzf#install()"
	},
	{ "junegunn/fzf.vim" },
	{ "tpope/vim-surround" },
	{ "junegunn/vim-easy-align" },
}