Add copilot configs for nvim and zed
This commit is contained in:
parent
a3804e67a5
commit
3fc3675808
9 changed files with 197 additions and 209 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue