summaryrefslogtreecommitdiff
path: root/lua/plugins/productivity.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/productivity.lua')
-rw-r--r--lua/plugins/productivity.lua19
1 files changed, 19 insertions, 0 deletions
diff --git a/lua/plugins/productivity.lua b/lua/plugins/productivity.lua
new file mode 100644
index 0000000..df60d43
--- /dev/null
+++ b/lua/plugins/productivity.lua
@@ -0,0 +1,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" },
+}