Created
July 21, 2018 10:39
-
-
Save bbtdev/95d5fc48fe7c0628555281abc76157f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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