File tree Expand file tree Collapse file tree 2 files changed +20
-32
lines changed
Expand file tree Collapse file tree 2 files changed +20
-32
lines changed Original file line number Diff line number Diff line change 1- if true then
2- return {}
3- else
4- return {
5- ' zbirenbaum/copilot-cmp' ,
6- config = function ()
7- require (' copilot_cmp' ).setup ()
8- end ,
9- opts = {
10- filetypes = {
11- [' .' ] = false ,
12- go = true ,
13- },
1+ return {
2+ ' zbirenbaum/copilot-cmp' ,
3+ config = function ()
4+ require (' copilot_cmp' ).setup ()
5+ end ,
6+ opts = {
7+ filetypes = {
8+ [' .' ] = false ,
9+ go = true ,
1410 },
15- }
16- end
11+ },
1712
18- return {
19- ' https://github.com/mbbill/undotree' ,
20- }
Original file line number Diff line number Diff line change 1- if true then
2- return {}
3- else
4- return {
5- ' zbirenbaum/copilot.lua' ,
6- opts = {
7- suggestion = { enabled = false },
8- panel = { enabled = false },
9- filetypes = {
10- [' .' ] = false ,
11- go = true ,
12- },
1+ return {
2+ ' zbirenbaum/copilot.lua' ,
3+ opts = {
4+ suggestion = { enabled = false },
5+ panel = { enabled = false },
6+ filetypes = {
7+ [' .' ] = false ,
8+ go = true ,
139 },
14- }
15- end
10+ },
11+ }
You can’t perform that action at this time.
0 commit comments