diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:18:28 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:18:28 -0500 |
| commit | 29307cb5fa34fa30d698d4ce677152aa7aebee53 (patch) | |
| tree | 337dac309d249f0d5e2aecafbf1e2ddba3480522 /lua/user/plugins.lua | |
| parent | f667e95e5d752e8d00769ed0b5703f33cbf35640 (diff) | |
add nvimtree
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 24678aa..04c0bc9 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 |
