aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/dhall_lsp_server.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-27/+0
|
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-3/+2
| | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com>
* docs: fix broken codeblocks in descriptions (#1366)James Trew2021-11-021-5/+5
|
* fix: don't pass the cwd to root_pattern (#1130)kylo2522021-08-101-2/+4
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-5/+5
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-11/+11
|
* added dhall lsp serverBrian Shu2021-01-051-0/+26
added default config docs added installation instructions wording fix added dhall-lsp-server