diff options
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 74d1c55..e8efb4e 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -47,7 +47,7 @@ return packer.startup(function(use) use 'nvim-lua/popup.nvim' -- An implementation of the Popup API from vim in Neovim use 'nvim-lua/plenary.nvim' -- Useful lua functions used in lots of plugins use 'numToStr/Comment.nvim' -- gc[N][motion] - -- use 'windwp/nvim-autopairs' -- Autopairs, integrates with both cmp and treesitter + use 'windwp/nvim-autopairs' -- Autopairs, integrates with both cmp and treesitter use 'kyazdani42/nvim-web-devicons' -- nices icons use 'kyazdani42/nvim-tree.lua' -- tree explorer use 'akinsho/bufferline.nvim' -- buffer status line |