diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-09 14:18:40 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-09 14:18:45 +0200 |
commit | 6b3b1c9e39d573ab32b22e615a5509b721529ddf (patch) | |
tree | 6043c75db6adef41e20500a16e7c6858a0401ad5 /lua/plugins.lua | |
parent | 17351b228abd9f953c2789f98b1403ea496b30a4 (diff) |
remove nerdtree
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 14 |
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", |