diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 15:11:10 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 15:11:10 +0100 |
| commit | b8e8fccb00dafc937ab84c90fc4ad90bc982fe98 (patch) | |
| tree | 143c143587b99ddc38ca9a2eaa586e411f35aa7e /lua/user/plugins.lua | |
| parent | 06a4f3a8c25a1a7b9be9301f77a12d8c12397bb9 (diff) | |
| parent | df55cb522dfd6b3d2cd2b734fce9d8fc1303385a (diff) | |
Merge branch '09-autopairs' into vgg
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index d16c0c4..65e808f 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 |
