[MINOR] nvim removed hardtime and fixed Mason icons

This commit is contained in:
Afonso Franco 2023-05-25 00:14:21 +01:00
parent 1b4603b394
commit eebb660b71
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
3 changed files with 16 additions and 9 deletions

View file

@ -0,0 +1,14 @@
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
}
})