Skip to content

Commit e146efa

Browse files
docs: update configs.md
skip-checks: true
1 parent 699ca97 commit e146efa

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

doc/configs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7147,6 +7147,8 @@ vim.lsp.config('lua_ls', {
71477147
checkThirdParty = false,
71487148
library = {
71497149
vim.env.VIMRUNTIME,
7150+
-- For LSP Settings Type Annotations: https://github.com/neovim/nvim-lspconfig#lsp-settings-type-annotations
7151+
vim.api.nvim_get_runtime_file("lua/lspconfig", false)[1],
71507152
-- Depending on the usage, you might want to add additional paths
71517153
-- here.
71527154
-- '${3rd}/luv/library',

doc/configs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5219,6 +5219,8 @@ settings.
52195219
checkThirdParty = false,
52205220
library = {
52215221
vim.env.VIMRUNTIME,
5222+
-- For LSP Settings Type Annotations: https://github.com/neovim/nvim-lspconfig#lsp-settings-type-annotations
5223+
vim.api.nvim_get_runtime_file("lua/lspconfig", false)[1],
52225224
-- Depending on the usage, you might want to add additional paths
52235225
-- here.
52245226
-- '${3rd}/luv/library',

0 commit comments

Comments
 (0)