瀏覽代碼

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

LostNeophyte 1 年之前
父節點
當前提交
76c839d734
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,