too many things
This commit is contained in:
12
.config/nvim/lua/plug_init/coq_third_party.lua
Normal file
12
.config/nvim/lua/plug_init/coq_third_party.lua
Normal 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", ... },
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user