aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/sourcery.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-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 Schneider2023-04-271-1/+1
|
* Try to get sourcery auth token from config file (#2240)Otto Ahoniemi2022-11-281-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)hafeoz2022-11-261-11/+15
|
* fix: lspconfig.util is required with different names #2029ii142022-07-251-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)kylo2522022-03-071-0/+55