docs: update configs.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2026-04-21 11:23:04 +00:00
parent 699ca97e5b
commit e146efacba
2 changed files with 4 additions and 0 deletions

View File

@ -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',

View File

@ -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',