♻️ refactor(full-scope)!: major revision refactoring
Code layout has been changed and improoved. Annotations are added for documentation. Automated through utility functions and data tables BREAKING CHANGE: Tested from clean. Now properly uses LuaRocks to install dependencies.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
local M = {}
|
||||
|
||||
require("utils.cache_stats")
|
||||
local cache_file = os.getenv("HOME") .. "/.cache/music_cache.txt"
|
||||
local cache_file = vim.fs.joinpath(_G.cache_stats_dir, "music_cache.txt")
|
||||
|
||||
local separator = "␟"
|
||||
local last_known_value = ""
|
||||
|
||||
Reference in New Issue
Block a user