Add elm language server.
This commit is contained in:
parent
223a68e639
commit
3727a28e26
|
@ -35,7 +35,8 @@ let g:LanguageClient_serverCommands = {
|
|||
\ 'c': ['clangd'],
|
||||
\ 'crystal': ['scry'],
|
||||
\ 'cpp': ['clangd'],
|
||||
\ 'javascript': ['javascript-typescript-stdio']
|
||||
\ 'javascript': ['javascript-typescript-stdio'],
|
||||
\ 'elm': ['elm-language-server', '--stdio']
|
||||
\ }
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
let g:LanguageClient_diagnosticsDisplay = {
|
||||
|
@ -45,5 +46,6 @@ let g:LanguageClient_diagnosticsDisplay = {
|
|||
\ 4: {"name": "Hint","texthl": "ALEInfo","signText": ">>","signTexthl": "ALEInfoSign",},}
|
||||
let g:LanguageClient_rootMarkers = {
|
||||
\ 'haskell': ['.git'],
|
||||
\ 'elm': ['elm.json'],
|
||||
\ }
|
||||
colorscheme nord
|
||||
|
|
Loading…
Reference in New Issue
Block a user