feat: various config updates and plugin removals

This commit is contained in:
Devin Haska 2025-09-14 18:58:09 -07:00
parent 951d6f122d
commit 1fdd7365a9
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
4 changed files with 27 additions and 144 deletions

View file

@ -49,16 +49,6 @@ return {
}
end,
},
-- pint = {
-- args = function()
-- local CONFIG_PATH = os.getenv("HOME") .. "/.config/pint/pint.json"
-- return {
-- "--config",
-- CONFIG_PATH,
-- "$FILENAME",
-- }
-- end,
-- },
},
},
},