fix luasnip jumping back to snippet with tab after snippet exit
This commit is contained in:
@ -2,8 +2,8 @@ function FindProxyForURL(url, host) {
|
||||
// Proxy server (customize this line)
|
||||
var proxy = "PROXY 91.199.147.158:3128";
|
||||
|
||||
// Domains related to ChatGPT/OpenAI
|
||||
var proxy_domains = [
|
||||
// Domains related to ChatGPT/OpenAI
|
||||
"chatgpt.com",
|
||||
"chat.openai.com",
|
||||
"openai.com",
|
||||
@ -11,13 +11,13 @@ function FindProxyForURL(url, host) {
|
||||
"platform.openai.com",
|
||||
"auth0.openai.com",
|
||||
|
||||
// Youtube related domains
|
||||
"*.youtube.com",
|
||||
"youtube.com",
|
||||
"*.googlevideo.com",
|
||||
"googlevideo.com",
|
||||
"ytimg.com",
|
||||
"*.ytimg.com",
|
||||
"*.rs",
|
||||
];
|
||||
|
||||
for (var i = 0; i < proxy_domains.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user