summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 17:59:55 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 17:59:55 -0500
commitb9a2bc855bbd7a7d54c9e280ee875393e30cf1a6 (patch)
tree1e83280d8d5a811ca825ca4e38790ec1bae9c6e6 /lua/user/plugins.lua
parent63cb259f98568820d5af6f346bff88c8eab4029b (diff)
add autopairs
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index af7dfb1..74fcb73 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -44,6 +44,7 @@ return packer.startup(function(use)
use "wbthomason/packer.nvim" -- Have packer manage itself
use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim
use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins
+ use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
-- Colorschemes
-- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out