소스 검색

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
   -- NvimTree
   {
   {
-    "kyazdani42/nvim-tree.lua",
+    "nvim-tree/nvim-tree.lua",
     config = function()
     config = function()
       require("lvim.core.nvimtree").setup()
       require("lvim.core.nvimtree").setup()
     end,
     end,