mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 04:17:22 +00:00
Add dhall lsp server
This commit is contained in:
parent
a544dd57d1
commit
0096c650a4
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
|
@ -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'],
|
||||
\ }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue