diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:17:42 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:17:42 +0100 |
| commit | c2635e343598a8d95d816a760572a87d30541cb2 (patch) | |
| tree | 1cdf149dd4ee9073b945e49fc296930f21420222 /lua/user/plugins.lua | |
| parent | 30b4a7f4831f0a092d33702b7f8541b129412ea6 (diff) | |
| parent | 8fad47c3cf670bad0afd9439032c148d27ca62de (diff) | |
Merge branch '12-nvimtree' into vgg
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index ded58ec..7224112 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -46,6 +46,8 @@ 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' -- Colorschemes use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out |
