Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. if executable('cquery')
  2. au User lsp_setup call lsp#register_server({
  3. \ 'name': 'cquery',
  4. \ 'cmd': {server_info->['cquery']},
  5. \ 'initialization_options': { 'cacheDirectory': '/tmp/cquery'},
  6. \ 'whitelist': ['c', 'cpp', 'objc', 'objcpp', 'cc']
  7. \ })
  8. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement