aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-21 11:23:04 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-21 11:23:05 +0000
commite146efacbafed3789ac568abcc5a981c5decaa58 (patch)
tree3f32a277c02c286ee5cf1e71e7e51a375ca5ae17 /doc
parentdocs: update generated annotations (diff)
downloadnvim-lspconfig-e146efacbafed3789ac568abcc5a981c5decaa58.tar
nvim-lspconfig-e146efacbafed3789ac568abcc5a981c5decaa58.tar.gz
nvim-lspconfig-e146efacbafed3789ac568abcc5a981c5decaa58.tar.bz2
nvim-lspconfig-e146efacbafed3789ac568abcc5a981c5decaa58.tar.lz
nvim-lspconfig-e146efacbafed3789ac568abcc5a981c5decaa58.tar.xz
nvim-lspconfig-e146efacbafed3789ac568abcc5a981c5decaa58.tar.zst
nvim-lspconfig-e146efacbafed3789ac568abcc5a981c5decaa58.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 924bccc7..c305a1b8 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -7147,6 +7147,8 @@ vim.lsp.config('lua_ls', {
checkThirdParty = false,
library = {
vim.env.VIMRUNTIME,
+ -- For LSP Settings Type Annotations: https://github.com/neovim/nvim-lspconfig#lsp-settings-type-annotations
+ vim.api.nvim_get_runtime_file("lua/lspconfig", false)[1],
-- Depending on the usage, you might want to add additional paths
-- here.
-- '${3rd}/luv/library',
diff --git a/doc/configs.txt b/doc/configs.txt
index cf88f2d7..6770a46e 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -5219,6 +5219,8 @@ settings.
checkThirdParty = false,
library = {
vim.env.VIMRUNTIME,
+ -- For LSP Settings Type Annotations: https://github.com/neovim/nvim-lspconfig#lsp-settings-type-annotations
+ vim.api.nvim_get_runtime_file("lua/lspconfig", false)[1],
-- Depending on the usage, you might want to add additional paths
-- here.
-- '${3rd}/luv/library',