summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-06-09 14:18:40 +0200
committerHampusM <hampus@hampusmat.com>2024-06-09 14:18:45 +0200
commit6b3b1c9e39d573ab32b22e615a5509b721529ddf (patch)
tree6043c75db6adef41e20500a16e7c6858a0401ad5 /lua/plugins.lua
parent17351b228abd9f953c2789f98b1403ea496b30a4 (diff)
remove nerdtree
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 9ab9171..569646a 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -9,20 +9,6 @@ return require("packer").startup(function(use)
commit = "4f59455d2388e113bd510e85b310d15b9228ca0d"
}
- -- NERDtree
- use { "preservim/nerdtree", tag = "7.1.2" }
-
- use {
- "ryanoasis/vim-devicons",
- commit = "71f239af28b7214eebb60d4ea5bd040291fb7e33"
- }
-
- use {
- "tiagofumo/vim-nerdtree-syntax-highlight",
- commit = "35e70334a2ff6e89b82a145d1ac889e82d1ddb4e"
- }
- --- NERDtree end
-
-- Style
use {
"Shatur/neovim-ayu",