Skip to content

Commit 2e8899f

Browse files
committed
chore: update nvim-lspconfig link
1 parent ae1eae2 commit 2e8899f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ settings["search_backend"] = "telescope"
111111
settings["lsp_inlayhints"] = false
112112

113113
-- LSPs to install during bootstrap.
114-
-- Full list: https://github.com/neovim/nvim-lspconfig/tree/master/lua/lspconfig/server_configurations
114+
-- Full list: https://github.com/neovim/nvim-lspconfig/tree/master/lua/lspconfig/configs
115115
---@type string[]
116116
settings["lsp_deps"] = {
117117
"ansiblels",

0 commit comments

Comments
 (0)