diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:31:33 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:31:33 +0100 |
| commit | 790e7d495083464d8e69c9dd4782853b33122293 (patch) | |
| tree | d2f30a01f4ef7ff1675477e840487dbc104e1a05 | |
| parent | 1377fd59ce0bedb75cd424010edb939042be1f5a (diff) | |
Removed duplicate nvim-tree entries in plugin.lua
| -rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 4ea25a5..b3c528d 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -50,8 +50,6 @@ return packer.startup(function(use) use "kyazdani42/nvim-tree.lua" use "akinsho/bufferline.nvim" use "moll/vim-bbye" - use 'kyazdani42/nvim-web-devicons' - use 'kyazdani42/nvim-tree.lua' -- Colorschemes use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out |
