Skip to content

Commit d50c6d5

Browse files
authored
docs(lua_ls): how to include lspconfig types #4396
1 parent e05fb8c commit d50c6d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lsp/lua_ls.lua

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

0 commit comments

Comments
 (0)