aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/basedpyright.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-80/+0
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* refactor: move all old get_clients to new compatible (#3159)glepnir2024-05-171-2/+2
|
* fix(basepyright): correct command (#3082)Dionisio E Alonso2024-03-191-1/+1
| | | | | | | | | | | | | | | | * feat: add basedpyright support * fix(basedpyright): correct settings schema Settings are stored under a different key for this fork. Instead of using the original `python` key, now settings specific to this LSP server are stored under `basedpyright` map key. * fix(basedpyright): correct plugin command The command was doing nothing because as `python` is no longer the default namespace for settings, for this LSP server, `client.settings.python` has a `nil` value. Hence the table couldn't be extended.
* Correct schema for LSP server (#3079)Dionisio E Alonso2024-03-181-1/+1
| | | | | | | | | * feat: add basedpyright support * fix(basedpyright): correct settings schema Settings are stored under a different key for this fork. Instead of using the original `python` key, now settings specific to this LSP server are stored under `basedpyright` map key.
* feat: add basedpyright support (#3078)Dionisio E Alonso2024-03-171-0/+80