summaryrefslogtreecommitdiff
path: root/lua/talha
diff options
context:
space:
mode:
Diffstat (limited to 'lua/talha')
-rw-r--r--lua/talha/functions.lua9
1 files changed, 0 insertions, 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