[MINOR] Added more funcionality to DB IDE

This commit is contained in:
Afonso Franco 2023-06-06 20:23:01 +01:00
parent 8128cac51e
commit 7ac1b932a7
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
6 changed files with 487 additions and 35 deletions

View file

@ -1,14 +0,0 @@
require("copilot").setup({
suggestion = {enabled = false},
panel = {enabled = false},
filetypes = {
yaml = false,
help = false,
gitcommit = false,
gitrebase = false,
hgcommit = false,
svn = false,
cvs = false,
["."] = true
}
})