aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/perlls.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-41/+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>
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-17/+17
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-22/+28
|
* doc: fix perlls descriptionKhue Nguyen2021-04-081-4/+4
|
* Fix perl docgen by replacing with raw github linkMichael Lingelbach2020-12-291-1/+1
|
* made docstring more explicit.Abhishek Cherath2020-12-241-1/+1
|
* got rid of unnecessary comment.Abhishek Cherath2020-12-241-1/+0
|
* updated perllsAbhishek Cherath2020-12-241-2/+3
|
* added perl language serverAbhishek Cherath2020-12-231-0/+37