aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/pyright.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-57/+0
|
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-11/+11
| | | | | | | | | | | | * 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>
* fix(pyright): update root detection (#1180)Michael Lingelbach2021-08-241-1/+1
|
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-2/+0
|
* chore(pyright): align root with pylsp (#1175)Michael Lingelbach2021-08-241-11/+10
|
* fix(pyright): use pyrightconfig.json like sign of root directoryVadim Nikolaev2021-08-161-0/+1
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-17/+17
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-29/+28
|
* feat: default diagnosticMode from 'openFilesOnly' to 'workspace'Fabian David Schmidt2021-05-051-0/+1
|
* pyright: add package_json pathtamago3242021-03-281-0/+1
|
* Merge pull request #489 from tzx/pyright-org-importsMichael Lingelbach2021-03-201-1/+15
|\ | | | | Add pyright.organizeimports command
| * Add pyright.organizeimports commandTimmy Xiao2020-12-241-1/+15
| |
* | pyright: add current file directory as fallback for rootMichael Lingelbach2021-01-181-1/+12
| |
* | Remove all installers and install logicMichael Lingelbach2021-01-031-8/+0
|/
* Add extension to pyright command name on Windowsbenawas2020-12-041-2/+6
|
* pyright: Wrap settings correctly with python.analysisPeter Lithammer2020-12-031-2/+6
|
* Remove before_init workaroundMichael Lingelbach2020-11-271-7/+0
|
* Move pyright.lua to correct location under lspconfigMichael Lingelbach2020-11-151-0/+40