ソースを参照

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,