Browse Source

refactor: dont override data

opalmay 2 năm trước cách đây
mục cha
commit
55fc5dd6e1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lua/lvim/bootstrap.lua

+ 2 - 2
lua/lvim/bootstrap.lua

@@ -70,8 +70,8 @@ function M:init(base_dir)
       return _G.get_cache_dir()
     elseif what == "config" then
       return _G.get_config_dir()
-    elseif what == "data" then
-      return _G.get_runtime_dir()
+      -- elseif what == "data" then
+      --   return _G.get_runtime_dir()
     end
     return vim.call("stdpath", what)
   end