| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -83/+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. | ||||
| * | feat: allow souircery for JS filetypes (#2577) | Thomas Alcala Schneider | 2023-04-27 | 1 | -1/+1 |
| | | |||||
| * | Try to get sourcery auth token from config file (#2240) | Otto Ahoniemi | 2022-11-28 | 1 | -2/+26 |
| | | | | | | | | * feat: try to get sourcery token from config file * fix: support windows * fix: only check for token if it's not in options | ||||
| * | docs(sourcery): put setup inside code block (#2258) | hafeoz | 2022-11-26 | 1 | -11/+15 |
| | | |||||
| * | fix: lspconfig.util is required with different names #2029 | ii14 | 2022-07-25 | 1 | -1/+1 |
| | | | | | | | sourcery configuration requires 'lspconfig/util', where everything else uses 'lspconfig.util'. Co-authored-by: ii14 <ii14@users.noreply.github.com> | ||||
| * | feat: add support for sourcery (#1495) | kylo252 | 2022-03-07 | 1 | -0/+55 |
