File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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',
Original file line number Diff line number Diff 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',
You can’t perform that action at this time.
0 commit comments