From 62a5f27b6d43a769c6699cbbadc2e78ab2f004db Mon Sep 17 00:00:00 2001 From: talha Date: Tue, 9 Jan 2024 01:10:27 +0500 Subject: removed GetCacheDir --- lua/talha/functions.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/talha/functions.lua b/lua/talha/functions.lua index d5e2051..9724541 100644 --- a/lua/talha/functions.lua +++ b/lua/talha/functions.lua @@ -87,12 +87,3 @@ function GetHomeDir() return nil end -function GetCacheDir() - os_name = vim.loop.os_uname().sysname - if os_name == 'Linux' then - return vim.fn.stdpath("data") - else - -- os is windows - return "w:\\tools\\.cache" - end -end -- cgit v1.2.3