Skip to content

Commit

Permalink
fix renaming server_configurations.md to configs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Oct 14, 2024
1 parent 4de973b commit 9837e1d
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 379 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To ease the setup even further it can be complemented with [lsp-zero.nvim](https

Language servers are loaded in the background without a need of a manual user intervention. They are not installed upfront, but only on-demand after a source file for a given language is opened. The plugin works by relying on Nix package manager which works on Linux, macOS and Windows WSL.

Currently available <!-- SERVER_COUNT_PLACEHOLDER -->124 out of 321<!-- SERVER_COUNT_PLACEHOLDER --> servers in lspconfig, see the full list of [supported servers](./servers.md).
Currently available <!-- SERVER_COUNT_PLACEHOLDER -->125 out of 321<!-- SERVER_COUNT_PLACEHOLDER --> servers in lspconfig, see the full list of [supported servers](./servers.md).

## Install

Expand Down
2 changes: 1 addition & 1 deletion scripts/genstats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ table.sort(supported_servers)
table.sort(missing_servers)

local function lsp_link(server)
return 'https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#' .. server
return 'https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#' .. server
end

local function write_server_list(f, servers)
Expand Down
Loading

0 comments on commit 9837e1d

Please sign in to comment.