Add dhall lsp server

This commit is contained in:
mitchell 2020-11-05 19:52:50 -05:00
parent a544dd57d1
commit 0096c650a4
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -107,6 +107,7 @@ let g:LanguageClient_serverCommands = {
\ 'elixir': ['~/code/elixir-lsp/elixir-ls/bin/language_server.sh'],
\ 'go': ['gopls'],
\ 'fsharp': ['dotnet', '~/code/fsprojects/fsharp-language-server/bin/FSharpLanguageServer.dll'],
\ 'dhall': ['dhall-lsp-server'],
\ }