aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/bazelrc-lsp.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(bazelrc-lsp): rename bazelrc-lsp to bazelrc_lsp (#3287)Johan2024-08-301-26/+0
| | | | | Using bazelrc-lsp as the name makes it harder to import the module in Lua as it requires the dash to be escaped. This commit renames the lsp to bazelrc_lsp instead.
* feat: add bazelrc-lsp config (#3224)Keith Smiley2024-06-281-0/+26
This is the configuration for https://github.com/salesforce-misc/bazelrc-lsp, which supports `.bazelrc` configuration files.