Add copilot configs for nvim and zed

This commit is contained in:
Alexander Navarro 2024-11-04 12:50:17 -03:00
parent a3804e67a5
commit 3fc3675808
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
9 changed files with 197 additions and 209 deletions

View file

@ -1,4 +1,5 @@
return {
enabled = false,
"anuvyklack/pretty-fold.nvim",
opts = {
sections = {
@ -32,7 +33,7 @@ return {
},
matchup_patterns = {
{ "{", "}" },
{ "{", "}" },
{ "%(", ")" }, -- % to escape lua pattern char
{ "%[", "]" }, -- % to escape lua pattern char
},