dhall-lsp-server

Language Server Protocol server for Dhall configuration language

brewmacoslinux
Try with needOr install directly
Source

About

Language Server Protocol (LSP) server for Dhall

Commands

dhall-lsp-server

Examples

Start the LSP server on standard input/output for editor integration$ dhall-lsp-server
Run LSP server with TCP socket on port 8080$ dhall-lsp-server --listen 127.0.0.1:8080
Enable debug logging while running the LSP server$ dhall-lsp-server --log-level debug