Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working for typescript #28

Open
ckarnell opened this issue Jul 27, 2020 · 1 comment
Open

Not working for typescript #28

ckarnell opened this issue Jul 27, 2020 · 1 comment

Comments

@ckarnell
Copy link

I have added docs to Dash for typescript and restarted vim, but I keep seeing "No documentation for typescript" when running the command to access the docs from Dash. I've used this plugin for years without issue, so I'm assuming there's just a value in a hashmap somewhere for typescript that's missing? I haven't peeked at the code though. Any ideas on how to fix?

@keith
Copy link
Owner

keith commented Jul 27, 2020

Yep, will need to be added here

" Default language settings ------ {{{
let s:defaultLocations = {
\ "android": ["android", "https://developer.android.com/reference/packages.html#q=^s"],
\ "c": ["c,glib,gl2,gl3,gl4,manpages", "http://en.cppreference.com/mwiki/index.php?search=^s"],
\ "clojure": ["clojure", "http://clojuredocs.org/search?q=^s"],
\ "coffee": ["coffee", "https://encrypted.google.com/search?q=^s&sitesearch=coffeescriptcookbook.com/chapters/syntax/"],
\ "cpp": ["cpp,net,boost,qt,cvcpp,cocos2dx,c,manpages", "http://en.cppreference.com/mwiki/index.php?search=^s"],
\ "cs": ["net,mono,unity3d", "http://social.msdn.microsoft.com/Search/en-US?query=^s#refinementChanges=117"],
\ "css": ["css,bootstrap,foundation,less,awesome,cordova,phonegap", "https://developer.mozilla.org/en-US/search?q=^s&topic=css"],
\ "django": ["django", "https://docs.djangoproject.com/search/?q=^s"],
\ "go": ["go,godoc", "http://golang.org/search?q=^s"],
\ "haskell": ["haskell", "http://www.haskell.org/hoogle/?hoogle=^s"],
\ "html": ["html,svg,css,bootstrap,foundation,awesome,statamic,javascript,jquery,jqueryui,jquerym,angularjs,backbone,marionette,meteor,moo,prototype,ember,lodash,underscore,sencha,extjs,knockout,zepto,cordova,phonegap,yui", "https://developer.mozilla.org/en-US/search?q=^s&topic=html"],
\ "java": ["java,javafx,grails,groovy,playjava,spring,cvj,processing", "http://javadocs.org/^s"],
\ "javascript": ["javascript,jquery,jqueryui,jquerym,angularjs,backbone,marionette,meteor,sproutcore,moo,prototype,bootstrap,foundation,lodash,underscore,ember,sencha,extjs,titanium,knockout,zepto,yui,d3,svg,dojo,coffee,nodejs,express,grunt,mongoose,moment,require,awsjs,jasmine,sinon,chai,html,css,cordova,phonegap,unity3d", "https://developer.mozilla.org/en-US/search?q=^s&topic=api&topic=js"],
\ "liquid": ["", "http://rubydoc.info/search/gems/liquid?q=^s"],
\ "lua": ["lua,corona", "https://encrypted.google.com/search?q=^s&sitesearch=lua.org/pil/"],
\ "objc": ["iphoneos", "https://developer.apple.com/search/index.php?q=^s"],
\ "perl": ["perl,manpages", "http://perldoc.perl.org/search.html?q=^s"],
\ "php": ["php,wordpress,drupal,zend,laravel,yii,joomla,ee,codeigniter,cakephp,phpunit,symfony,typo3,twig,smarty,phpp,html,statamic,mysql,sqlite,mongodb,psql,redis", "http://us3.php.net/results.php?q=^s"],
\ "prolog": ["", "http://www.swi-prolog.org/pldoc/search?for=^s"],
\ "puppet": ["puppet", "https://encrypted.google.com/search?q=^s&sitesearch=http://docs.puppetlabs.com/references/latest/"],
\ "python": ["python,django,twisted,sphinx,flask,tornado,sqlalchemy,numpy,scipy,salt,cvp", "http://docs.python.org/2/search.html?q=^s"],
\ "rails": ["rails", "http://api.rubyonrails.org/?q=^s"],
\ "ruby": ["ruby,rubygems,rails", "http://www.omniref.com/?q=^s"],
\ "rust": ["rust", "https://doc.rust-lang.org/std/?search=^s"],
\ "scala": ["scala,akka,playscala", "http://scalex.org/?q=^s"],
\ "sh": ["bash,manpages", "https://encrypted.google.com/search?q=^s&sitesearch=ss64.com"],
\ "stylus": ["stylus", "https://encrypted.google.com/search?q=^s&sitesearch=learnboost.github.io/stylus/"],
\ "tex": ["latex", "https://en.wikibooks.org/wiki/Special:Search?search=^s&prefix=LaTeX/"],
\ "vim": ["vim", "http://vim.wikia.com/wiki/Special:Search?search=^s", "^i:h ^s"],
\ "xul": ["xul", "https://developer.mozilla.org/en-US/search?q=^s&topic=xul"]
\ }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants