Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bbtdev/95d5fc48fe7c0628555281abc76157f6 to your computer and use it in GitHub Desktop.
Save bbtdev/95d5fc48fe7c0628555281abc76157f6 to your computer and use it in GitHub Desktop.
" languageclient
let g:LanguageClient_serverCommands = {
\ 'c': [ 'clangd' ],
\ 'cpp': [ 'clangd' ],
\ 'javascript': [ 'javascript-typescript-stdio' ],
\ 'python': [ 'pyls' ],
\ 'ruby': [ 'solargraph', 'stdio' ],
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment