aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/pasls.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-29/+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(pasls): fix broken code block (#1343)James Trew2021-10-271-18/+7
|
* feat: add pascal language server (#1087)Dhia2021-09-081-0/+41