too many things

This commit is contained in:
fbachus
2025-09-02 03:32:47 +02:00
parent c26d3a64b0
commit f19e8a00c7
81 changed files with 2724 additions and 1549 deletions

View File

@@ -0,0 +1,12 @@
require("coq_3p").setup()({
{ src = "nvimlua", short_name = "nLUA", conf_only = true },
{ src = "bc", short_name = "MATH", precision = 6 }, -- scientific calculator
{
src = "repl",
sh = "fish",
shell = { p = "perl", n = "node", g = "git", ... },
max_lines = 20,
deadline = 500,
unsafe = { "rm", "poweroff", "mv", "cp", "systemctl", "sudo", ... },
},
})