diff options
| author | Johan <johnor@users.noreply.github.com> | 2024-08-31 00:04:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 15:04:28 -0700 |
| commit | 0274356c5f3f913e866de390c43e02ed0b32de00 (patch) | |
| tree | db6295ffea23bad16f1cefc324be5f292511393a /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-0274356c5f3f913e866de390c43e02ed0b32de00.tar nvim-lspconfig-0274356c5f3f913e866de390c43e02ed0b32de00.tar.gz nvim-lspconfig-0274356c5f3f913e866de390c43e02ed0b32de00.tar.bz2 nvim-lspconfig-0274356c5f3f913e866de390c43e02ed0b32de00.tar.lz nvim-lspconfig-0274356c5f3f913e866de390c43e02ed0b32de00.tar.xz nvim-lspconfig-0274356c5f3f913e866de390c43e02ed0b32de00.tar.zst nvim-lspconfig-0274356c5f3f913e866de390c43e02ed0b32de00.zip | |
fix(bazelrc-lsp): rename bazelrc-lsp to bazelrc_lsp (#3287)
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.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/bazelrc_lsp.lua (renamed from lua/lspconfig/server_configurations/bazelrc-lsp.lua) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lua/lspconfig/server_configurations/bazelrc-lsp.lua b/lua/lspconfig/server_configurations/bazelrc_lsp.lua index d89462a2..d89462a2 100644 --- a/lua/lspconfig/server_configurations/bazelrc-lsp.lua +++ b/lua/lspconfig/server_configurations/bazelrc_lsp.lua |
