Browse Source

chore(plugins): change `nvim-tree.lua` repo to `nvim-tree` org (#4325)

LostNeophyte 1 year ago
parent
commit
76c839d734
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/lvim/plugins.lua

+ 1 - 1
lua/lvim/plugins.lua

@@ -154,7 +154,7 @@ local core_plugins = {
 
   -- NvimTree
   {
-    "kyazdani42/nvim-tree.lua",
+    "nvim-tree/nvim-tree.lua",
     config = function()
       require("lvim.core.nvimtree").setup()
     end,