Skip to content

Instantly share code, notes, and snippets.

@LuckyGeck
Created June 29, 2015 08:43
Show Gist options
  • Save LuckyGeck/18afaa12a24f9ade7cdf to your computer and use it in GitHub Desktop.
Save LuckyGeck/18afaa12a24f9ade7cdf to your computer and use it in GitHub Desktop.
Sample YCMD launching script
#!/usr/bin/env bash
cp default_settings.json current.json
cd ycmd
python ycmd --port=10333 --options_file=../current.json --idle_suicide_seconds=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment