summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index d04dd86..dd1a53a 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -46,6 +46,10 @@ return packer.startup(function(use)
use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins
use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
use "numToStr/Comment.nvim" -- Easily comment stuff
+ use "kyazdani42/nvim-web-devicons"
+ use "kyazdani42/nvim-tree.lua"
+ use "akinsho/bufferline.nvim"
+ use "moll/vim-bbye"
use 'kyazdani42/nvim-web-devicons'
use 'kyazdani42/nvim-tree.lua'
@@ -79,7 +83,7 @@ return packer.startup(function(use)
"nvim-treesitter/nvim-treesitter",
run = ":TSUpdate",
}
- use 'JoosepAlviste/nvim-ts-context-commentstring'
+ use "JoosepAlviste/nvim-ts-context-commentstring"
-- Git
use "lewis6991/gitsigns.nvim"